Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -173,9 +173,9 @@ iface = gr.Interface(
|
|
173 |
video,
|
174 |
gr.Dropdown(choices=["English", "Spanish", "French", "German", "Italian", "Portuguese", "Polish", "Turkish", "Russian", "Dutch", "Czech", "Arabic", "Chinese (Simplified)"], label="Target Language for Dubbing", value="Spanish"),
|
175 |
gr.Checkbox(
|
176 |
-
label="
|
177 |
value=False,
|
178 |
-
info="
|
179 |
],
|
180 |
outputs=gr.Video(),
|
181 |
live=False,
|
|
|
173 |
video,
|
174 |
gr.Dropdown(choices=["English", "Spanish", "French", "German", "Italian", "Portuguese", "Polish", "Turkish", "Russian", "Dutch", "Czech", "Arabic", "Chinese (Simplified)"], label="Target Language for Dubbing", value="Spanish"),
|
175 |
gr.Checkbox(
|
176 |
+
label="Включить если на видео имеет крупный план лица",
|
177 |
value=False,
|
178 |
+
info="Включить если на видео имеет крупный план лица")
|
179 |
],
|
180 |
outputs=gr.Video(),
|
181 |
live=False,
|