Spaces:
Runtime error
Runtime error
Kelly Nicholes commited on
Commit ·
a65ca69
1
Parent(s): add35df
Try again
Browse files
app.py
CHANGED
|
@@ -16,4 +16,4 @@ examples = []
|
|
| 16 |
interpretation='default'
|
| 17 |
enable_queue=True
|
| 18 |
|
| 19 |
-
gr.Interface(fn=predict,inputs="image",outputs=gr.Label(num_top_classes=3),title=title,description=description
|
|
|
|
| 16 |
interpretation='default'
|
| 17 |
enable_queue=True
|
| 18 |
|
| 19 |
+
gr.Interface(fn=predict,inputs="image",outputs=gr.Label(num_top_classes=3),title=title,description=description).launch()
|