Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,6 @@ interpretation = 'default'
|
|
23 |
enable_queue = True
|
24 |
|
25 |
# Updated component usage
|
26 |
-
gr.Interface(fn=predict, inputs=gr.components.Image(), outputs=gr.components.Label(num_top_classes=3), examples=examples
|
27 |
|
28 |
#gr.Interface(fn=predict, inputs=gr.components.Image(), outputs=gr.components.Label(num_top_classes=3), examples=examples).launch()
|
|
|
23 |
enable_queue = True
|
24 |
|
25 |
# Updated component usage
|
26 |
+
gr.Interface(fn=predict, inputs=gr.components.Image(), outputs=gr.components.Label(num_top_classes=3), examples=examples).launch()
|
27 |
|
28 |
#gr.Interface(fn=predict, inputs=gr.components.Image(), outputs=gr.components.Label(num_top_classes=3), examples=examples).launch()
|