Spaces:
Sleeping
Sleeping
bhaveshgoel07
commited on
Commit
·
07e6e6d
1
Parent(s):
2097c99
Fixed errors
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def predict(image):
|
|
48 |
interface = gr.Interface(
|
49 |
fn=predict,
|
50 |
inputs=gr.Sketchpad(),
|
51 |
-
outputs=gr.
|
52 |
)
|
53 |
|
54 |
# Launch the interface
|
|
|
48 |
interface = gr.Interface(
|
49 |
fn=predict,
|
50 |
inputs=gr.Sketchpad(),
|
51 |
+
outputs=gr.Label(num_top_classes=10)
|
52 |
)
|
53 |
|
54 |
# Launch the interface
|