Spaces:
Sleeping
Sleeping
Removed argument "enable_queue=True" from gr.Interface(...)
Browse files
app.py
CHANGED
|
@@ -28,6 +28,5 @@ gr.Interface(fn=predict,
|
|
| 28 |
description=description,
|
| 29 |
article=article,
|
| 30 |
examples=jpg_files,
|
| 31 |
-
examples_per_page=37
|
| 32 |
-
enable_queue=True
|
| 33 |
).launch()
|
|
|
|
| 28 |
description=description,
|
| 29 |
article=article,
|
| 30 |
examples=jpg_files,
|
| 31 |
+
examples_per_page=37
|
|
|
|
| 32 |
).launch()
|