Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
#21
by
hmdvr
- opened
app.py
CHANGED
@@ -206,11 +206,11 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
206 |
|
207 |
gr.Markdown("""
|
208 |
## Notes:
|
209 |
-
- Video limit is
|
210 |
-
- Processing may take up to
|
211 |
- This is an alpha version using open-source models.
|
212 |
- Quality vs. speed trade-off was made for scalability and hardware limitations.
|
213 |
-
- For videos longer than
|
214 |
""")
|
215 |
|
216 |
gr.Markdown("""
|
|
|
206 |
|
207 |
gr.Markdown("""
|
208 |
## Notes:
|
209 |
+
- Video limit is 10 minute. The tool will dub all speakers using a single voice.
|
210 |
+
- Processing may take up to 50 minutes.
|
211 |
- This is an alpha version using open-source models.
|
212 |
- Quality vs. speed trade-off was made for scalability and hardware limitations.
|
213 |
+
- For videos longer than 10 minute, please duplicate this Space and adjust the limit in the code.
|
214 |
""")
|
215 |
|
216 |
gr.Markdown("""
|