Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
test-sketch
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f68aac2
test-sketch
/
app.py
abidlabs
HF Staff
Create new file
f68aac2
almost 3 years ago
raw
Copy download link
history
blame
Safe
78 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:x, gr.Paint(), gr.Image()).launch()