Spaces:
Build error
Build error
Anthony-Ml
commited on
Commit
•
88b6d2f
1
Parent(s):
ad3c5b9
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,examples=examples,interpretation=interpretation,enable_queue=enable_queue).launch(share=False)
|
|
|
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)
|