Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ label = gr.Label(num_top_classes=3)
|
|
94 |
interface = gr.Interface(
|
95 |
fn=predict,
|
96 |
inputs=gr.Sketchpad(type="pil"),
|
97 |
-
outputs=
|
98 |
title="Sketch Recognition App",
|
99 |
description="Draw a number (0-9) and see the model's top predictions."
|
100 |
)
|
|
|
94 |
interface = gr.Interface(
|
95 |
fn=predict,
|
96 |
inputs=gr.Sketchpad(type="pil"),
|
97 |
+
outputs=label,
|
98 |
title="Sketch Recognition App",
|
99 |
description="Draw a number (0-9) and see the model's top predictions."
|
100 |
)
|