Spaces:
Runtime error
Runtime error
lalashechka
commited on
Commit
•
d5d5662
1
Parent(s):
0ac2599
Update app.py
Browse files
app.py
CHANGED
@@ -323,5 +323,5 @@ with gr.Blocks(css=css) as demo:
|
|
323 |
video_output2 = gr.Video(show_label=True, label='Результат:', type="file")
|
324 |
text_button2.click(animate_img, inputs=[prompt2, model2], outputs=video_output2)
|
325 |
|
326 |
-
demo.queue(concurrency_count=
|
327 |
demo.launch()
|
|
|
323 |
video_output2 = gr.Video(show_label=True, label='Результат:', type="file")
|
324 |
text_button2.click(animate_img, inputs=[prompt2, model2], outputs=video_output2)
|
325 |
|
326 |
+
demo.queue(concurrency_count=24)
|
327 |
demo.launch()
|