Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ def predict(im):
|
|
| 40 |
|
| 41 |
interface = gr.Interface(
|
| 42 |
predict,
|
| 43 |
-
inputs=
|
| 44 |
outputs='label',
|
| 45 |
theme="huggingface",
|
| 46 |
title="Sketch Recognition",
|
|
|
|
| 40 |
|
| 41 |
interface = gr.Interface(
|
| 42 |
predict,
|
| 43 |
+
inputs="sketchpad",
|
| 44 |
outputs='label',
|
| 45 |
theme="huggingface",
|
| 46 |
title="Sketch Recognition",
|