Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,5 +63,5 @@ gr.Interface (fn= predict,
|
|
| 63 |
description = description,
|
| 64 |
examples = examples,
|
| 65 |
flagging_options=["Incorrect Prediction"],
|
| 66 |
-
enable_queue = enable_queue).launch(
|
| 67 |
|
|
|
|
| 63 |
description = description,
|
| 64 |
examples = examples,
|
| 65 |
flagging_options=["Incorrect Prediction"],
|
| 66 |
+
enable_queue = enable_queue).launch()
|
| 67 |
|