Spaces:
Runtime error
Runtime error
artificialguybr
commited on
Commit
•
4bbf5e6
1
Parent(s):
d8f2cab
Update app.py
Browse files
app.py
CHANGED
@@ -49,5 +49,5 @@ with gr.Blocks() as demo:
|
|
49 |
- Video limit is 15 minutes. It will do the transcription and translate of subtitles.
|
50 |
- The tool uses open-source models for all models. It's an alpha version.
|
51 |
""")
|
52 |
-
demo.queue
|
53 |
demo.launch()
|
|
|
49 |
- Video limit is 15 minutes. It will do the transcription and translate of subtitles.
|
50 |
- The tool uses open-source models for all models. It's an alpha version.
|
51 |
""")
|
52 |
+
demo.queue
|
53 |
demo.launch()
|