Omnibus commited on
Commit
6e4cda4
1 Parent(s): b026f7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,8 +38,8 @@ with gr.Blocks() as app:
38
  with gr.Column():
39
  in_text = gr.Textbox()
40
  with gr.Row():
41
- speaker_num = gr.Dropdown(label="Language in Image:", choices=num_list),value="1")
42
- speaker_lang = gr.Dropdown(label="Language in Image:", choices=num_list),value="1")
43
 
44
  #speaker_num = gr.Number(value=0)
45
  go_btn = gr.Button()
 
38
  with gr.Column():
39
  in_text = gr.Textbox()
40
  with gr.Row():
41
+ speaker_num = gr.Dropdown(label="Speaker Voice", choices=num_list,value="1")
42
+ speaker_lang = gr.Dropdown(label="Speaker Language", choices=lang_list,value="1")
43
 
44
  #speaker_num = gr.Number(value=0)
45
  go_btn = gr.Button()