Spaces:
Runtime error
Runtime error
Commit ·
2826962
1
Parent(s): 4337794
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,4 +42,4 @@ examples = [
|
|
| 42 |
]
|
| 43 |
|
| 44 |
|
| 45 |
-
gr.Interface(Predict, inputs, outputs, title=title, examples=examples, description=description, article=article, analytics_enabled=False).launch(
|
|
|
|
| 42 |
]
|
| 43 |
|
| 44 |
|
| 45 |
+
gr.Interface(Predict, inputs, outputs, title=title, examples=examples, description=description, article=article, analytics_enabled=False).launch()
|