Spaces:
Build error
Build error
Commit
·
8f5f869
1
Parent(s):
fe4c447
Update app.py
Browse files
app.py
CHANGED
@@ -18,4 +18,4 @@ interpretation='default'
|
|
18 |
enable_queue=True
|
19 |
|
20 |
gr.Interface(fn=predict_image, inputs=gr.Image(shape=(224,224)),
|
21 |
-
outputs = gr.Label(num_top_classes=3),title=title,description=description,
|
|
|
18 |
enable_queue=True
|
19 |
|
20 |
gr.Interface(fn=predict_image, inputs=gr.Image(shape=(224,224)),
|
21 |
+
outputs = gr.Label(num_top_classes=3),title=title,description=description,examples=examples,article=article, interpretation=interpretation,enable_queue=enable_queue).launch(share=False)
|