TDN-M commited on
Commit
dd7a730
·
verified ·
1 Parent(s): c7ec472

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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",