Spaces:
Runtime error
Runtime error
Commit ·
610d5e0
1
Parent(s): 91992e9
delete share=True again
Browse files
app.py
CHANGED
|
@@ -25,4 +25,4 @@ interpretation='default'
|
|
| 25 |
enable_queue=True
|
| 26 |
inputs = gr.Image(shape=(224, 224))
|
| 27 |
|
| 28 |
-
gr.Interface(fn=predict, inputs=inputs, outputs=gr.Label(num_top_classes=3), title=title, description=description, article=article, interpretation=interpretation, examples=examples).launch(inline=False,
|
|
|
|
| 25 |
enable_queue=True
|
| 26 |
inputs = gr.Image(shape=(224, 224))
|
| 27 |
|
| 28 |
+
gr.Interface(fn=predict, inputs=inputs, outputs=gr.Label(num_top_classes=3), title=title, description=description, article=article, interpretation=interpretation, examples=examples).launch(inline=False, enable_queue=enable_queue)
|