Update app.py
Browse files
app.py
CHANGED
@@ -170,8 +170,7 @@ def interface():
|
|
170 |
inputs=[text_input, voice_select],
|
171 |
outputs=[audio_output, download_audio])
|
172 |
|
173 |
-
with gr.Tab
|
174 |
-
("Tạo Video"):
|
175 |
script_input = gr.Textbox(label="Nhập kịch bản cho video")
|
176 |
dataset_path = gr.Textbox(
|
177 |
label="Đường dẫn đến dataset ảnh",
|
|
|
170 |
inputs=[text_input, voice_select],
|
171 |
outputs=[audio_output, download_audio])
|
172 |
|
173 |
+
with gr.Tab("Tạo Video"): # Added the colon here
|
|
|
174 |
script_input = gr.Textbox(label="Nhập kịch bản cho video")
|
175 |
dataset_path = gr.Textbox(
|
176 |
label="Đường dẫn đến dataset ảnh",
|