Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aliabid94
/
Sketch
like
12
Running
on
CPU Upgrade
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
1bb6741
Sketch
/
app.py
aliabid94
HF Staff
Update app.py
de6e90e
verified
3 months ago
raw
Copy download link
history
blame
Safe
92 Bytes
from
gradio.sketch.run
import
create
demo = create(
"test.py"
,
"test.py.json"
)
demo.launch()