Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -167,5 +167,5 @@ with gr.Blocks() as demo:
|
|
| 167 |
- If you incorrectly mark the 'Video has a close-up face' checkbox, the dubbing may not work as expected.
|
| 168 |
""")
|
| 169 |
|
| 170 |
-
demo.queue(
|
| 171 |
demo.launch()
|
|
|
|
| 167 |
- If you incorrectly mark the 'Video has a close-up face' checkbox, the dubbing may not work as expected.
|
| 168 |
""")
|
| 169 |
|
| 170 |
+
demo.queue()
|
| 171 |
demo.launch()
|