Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tanav2202
/
cnn_classification
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tanav2202
commited on
Jan 18, 2023
Commit
39092d0
·
1 Parent(s):
2051e88
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -11,4 +11,4 @@ def sketch_recognition(img):
11
12
13
gr.Interface(fn=sketch_recognition, inputs="sketchpad",
14
-
outputs="
text
").launch()
11
12
13
gr.Interface(fn=sketch_recognition, inputs="sketchpad",
14
+
outputs="
label
").launch()