Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
huggingfacejs
/
inference-widgets
like
7
Running
on
CPU Upgrade
App
Files
Files
Community
1
76bddde
inference-widgets
/
packages
/
tasks
/
src
/
snippets
/
index.ts
machineuser
Sync widgets demo
9d298eb
12 months ago
raw
Copy download link
history
blame
Safe
170 Bytes
import
*
as
inputs
from
"./inputs"
;
import
*
as
curl
from
"./curl"
;
import
*
as
python
from
"./python"
;
import
*
as
js
from
"./js"
;
export
{ inputs, curl, python, js };