Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -182,5 +182,5 @@ with gr.Blocks() as demo:
|
|
| 182 |
- If you need more than 1 minute, duplicate the Space and change the limit on app.py.
|
| 183 |
- If you incorrectly mark the 'Video has a close-up face' checkbox, the dubbing may not work as expected.
|
| 184 |
""")
|
| 185 |
-
demo.queue(
|
| 186 |
demo.launch()
|
|
|
|
| 182 |
- If you need more than 1 minute, duplicate the Space and change the limit on app.py.
|
| 183 |
- If you incorrectly mark the 'Video has a close-up face' checkbox, the dubbing may not work as expected.
|
| 184 |
""")
|
| 185 |
+
demo.queue()
|
| 186 |
demo.launch()
|