Spaces:
Paused
Paused
Commit ·
84cc500
1
Parent(s): bb5dce3
Update app.py
Browse files
app.py
CHANGED
|
@@ -329,4 +329,4 @@ with gr.Blocks(theme='finlaymacklon/smooth_slate' ,css ='main.css') as pan:
|
|
| 329 |
# text_button.click(flip_text, inputs=text_input, outputs=text_output)
|
| 330 |
# image_button.click(flip_image, inputs=image_input, outputs=image_output)
|
| 331 |
pan.queue(concurrency_count=200)
|
| 332 |
-
pan.launch(inline=True, show_api=True,
|
|
|
|
| 329 |
# text_button.click(flip_text, inputs=text_input, outputs=text_output)
|
| 330 |
# image_button.click(flip_image, inputs=image_input, outputs=image_output)
|
| 331 |
pan.queue(concurrency_count=200)
|
| 332 |
+
pan.launch(inline=True, show_api=True, max_threads=400 )
|