Update app.py
Browse files
app.py
CHANGED
|
@@ -576,4 +576,4 @@ with gr.Blocks() as app:
|
|
| 576 |
|
| 577 |
first_btn.click(run,None,[html_im])
|
| 578 |
|
| 579 |
-
app.queue(default_concurrency_limit=10).launch()
|
|
|
|
| 576 |
|
| 577 |
first_btn.click(run,None,[html_im])
|
| 578 |
|
| 579 |
+
app.queue(default_concurrency_limit=10).launch()
|