Update gui/ui_tab_short_automation.py
Browse files
gui/ui_tab_short_automation.py
CHANGED
@@ -60,7 +60,7 @@ class ShortAutomationUI(AbstractComponentUI):
|
|
60 |
AssetComponentsUtils.background_video_checkbox()
|
61 |
AssetComponentsUtils.background_music_checkbox()
|
62 |
|
63 |
-
createButton = gr.Button(
|
64 |
|
65 |
generation_error = gr.HTML(visible=True)
|
66 |
video_folder = gr.Button("📁", visible=True)
|
|
|
60 |
AssetComponentsUtils.background_video_checkbox()
|
61 |
AssetComponentsUtils.background_music_checkbox()
|
62 |
|
63 |
+
createButton = gr.Button("Create Shorts")
|
64 |
|
65 |
generation_error = gr.HTML(visible=True)
|
66 |
video_folder = gr.Button("📁", visible=True)
|