Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|