Spaces:
Runtime error
Runtime error
Update gui/ui_tab_video_translation.py
Browse files
gui/ui_tab_video_translation.py
CHANGED
@@ -49,7 +49,7 @@ class VideoTranslationUI(AbstractComponentUI):
|
|
49 |
|
50 |
useCaptions = gr.Checkbox(label="Caption video", value=False)
|
51 |
|
52 |
-
translateButton = gr.Button(
|
53 |
|
54 |
generation_error = gr.HTML(visible=False)
|
55 |
video_folder = gr.Button("π", visible=True)
|
|
|
49 |
|
50 |
useCaptions = gr.Checkbox(label="Caption video", value=False)
|
51 |
|
52 |
+
translateButton = gr.Button("Create Shorts")
|
53 |
|
54 |
generation_error = gr.HTML(visible=False)
|
55 |
video_folder = gr.Button("π", visible=True)
|