Spaces:
Runtime error
Runtime error
eriklarssonschibsted
commited on
Commit
•
5c5634c
1
Parent(s):
d79bef4
no article
Browse files
app.py
CHANGED
@@ -16,4 +16,4 @@ interpretation='default'
|
|
16 |
enable_queue=True
|
17 |
|
18 |
|
19 |
-
gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),outputs=gr.outputs.Label(num_top_classes=3),title=title,description=description,
|
|
|
16 |
enable_queue=True
|
17 |
|
18 |
|
19 |
+
gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),outputs=gr.outputs.Label(num_top_classes=3),title=title,description=description,examples=examples,interpretation=interpretation,enable_queue=enable_queue).launch()
|