NamVo commited on
Commit
4156afd
·
verified ·
1 Parent(s): f5bc852

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
96
 
97
  with gr.Row():
98
  with gr.Column(scale=3):
99
- transcript = gr.Dropdown(label="Chọn câu thoại", choices=transcripts)
100
  age = gr.Number(label="Tuổi")
101
  gender = gr.Dropdown(label="Giới tính", choices=["Nam", "Nữ"])
102
  region = gr.Dropdown(label="Tỉnh/TP", choices=provinces)
 
96
 
97
  with gr.Row():
98
  with gr.Column(scale=3):
99
+ transcript = gr.Dropdown(label="Chọn câu thoại", choices=transcripts[-1])
100
  age = gr.Number(label="Tuổi")
101
  gender = gr.Dropdown(label="Giới tính", choices=["Nam", "Nữ"])
102
  region = gr.Dropdown(label="Tỉnh/TP", choices=provinces)