Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ interpretation = 'default'
|
|
| 18 |
|
| 19 |
gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(512, 512)), outputs=gr.outputs.Label(num_top_classes=3),
|
| 20 |
title=title, description=description, article=article,examples=examples,interpretation=interpretation, enable_queue=True
|
| 21 |
-
).launch(
|
| 22 |
|
| 23 |
|
| 24 |
|
|
|
|
| 18 |
|
| 19 |
gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(512, 512)), outputs=gr.outputs.Label(num_top_classes=3),
|
| 20 |
title=title, description=description, article=article,examples=examples,interpretation=interpretation, enable_queue=True
|
| 21 |
+
).launch()
|
| 22 |
|
| 23 |
|
| 24 |
|