Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
huggingfacejs/inference-widgets
coyotte508
/
oauth-test
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bdf492b
oauth-test
/
packages
/
tasks
/
src
/
snippets
/
index.ts
machineuser
Sync widgets demo
9d298eb
almost 2 years 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 };