Spaces:
Runtime error
Runtime error
artificialguybr
commited on
Commit
β’
c3f9f52
1
Parent(s):
0cab5bf
Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,16 @@ iface = gr.Interface(
|
|
123 |
gr.inputs.Dropdown(choices=["English", "Spanish", "French", "German", "Italian", "Portuguese", "Polish", "Turkish", "Russian", "Dutch", "Czech", "Arabic", "Chinese (Simplified)"], label="Target Language for Dubbing")
|
124 |
],
|
125 |
outputs=gr.outputs.Video(),
|
126 |
-
live=False
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
)
|
128 |
|
129 |
iface.launch()
|
|
|
123 |
gr.inputs.Dropdown(choices=["English", "Spanish", "French", "German", "Italian", "Portuguese", "Polish", "Turkish", "Russian", "Dutch", "Czech", "Arabic", "Chinese (Simplified)"], label="Target Language for Dubbing")
|
124 |
],
|
125 |
outputs=gr.outputs.Video(),
|
126 |
+
live=False,
|
127 |
+
title="AI Video Dubbing",
|
128 |
+
description="""This tool was developed by [@artificialguybr](https://twitter.com/artificialguybr) using entirely open-source tools. Special thanks to Hugging Face for the GPU support. Thanks [@yeswondwer](https://twitter.com/@yeswondwerr) for original code.
|
129 |
+
|
130 |
+
**Note:**
|
131 |
+
- Video limit is 1 minute.
|
132 |
+
- Generation may take up to 5 minutes.
|
133 |
+
- The tool uses open-source models for all operations.
|
134 |
+
- Quality can be improved but would require more processing time per video.""",
|
135 |
+
allow_flagging=False
|
136 |
)
|
137 |
|
138 |
iface.launch()
|