Spaces:
Running on Zero
Running on Zero
Jack Wu commited on
Commit ·
78dbbf7
1
Parent(s): d3011cb
Fix launch() call for ZeroGPU — remove server_name override
Browse files
app.py
CHANGED
|
@@ -731,4 +731,4 @@ with gr.Blocks(title="Video-to-Audio Generation") as demo:
|
|
| 731 |
outputs=hf_slot_grps + hf_slot_vids + hf_slot_auds,
|
| 732 |
)
|
| 733 |
|
| 734 |
-
demo.queue().launch(
|
|
|
|
| 731 |
outputs=hf_slot_grps + hf_slot_vids + hf_slot_auds,
|
| 732 |
)
|
| 733 |
|
| 734 |
+
demo.queue(max_size=10).launch()
|