Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -135,6 +135,7 @@ with gr.Blocks() as demo:
|
|
| 135 |
fn=main,
|
| 136 |
inputs=[video_file_input, clip_type, parameters],
|
| 137 |
outputs=[progress_output, video_file_output],
|
|
|
|
| 138 |
)
|
| 139 |
|
| 140 |
demo.launch(debug=True)
|
|
|
|
| 135 |
fn=main,
|
| 136 |
inputs=[video_file_input, clip_type, parameters],
|
| 137 |
outputs=[progress_output, video_file_output],
|
| 138 |
+
concurrency_limit=4,
|
| 139 |
)
|
| 140 |
|
| 141 |
demo.launch(debug=True)
|