Spaces:
Sleeping
Sleeping
Commit ·
591f0f5
1
Parent(s): e9ecdc7
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,5 +57,5 @@ demo = gr.Interface(fn=process,
|
|
| 57 |
#examples=example_list,
|
| 58 |
#cache_examples=False
|
| 59 |
)
|
| 60 |
-
demo.queue(concurrency_count=
|
| 61 |
-
demo.launch(debug=
|
|
|
|
| 57 |
#examples=example_list,
|
| 58 |
#cache_examples=False
|
| 59 |
)
|
| 60 |
+
demo.queue(concurrency_count=2)
|
| 61 |
+
demo.launch(debug=True)
|