ariankhalfani commited on
Commit
ef0485d
1 Parent(s): b957622

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ with gr.Blocks(theme=theme) as demo:
169
  outputs=[db_response, debug_glaucoma]
170
  )
171
 
172
- with gr.Tab("Chatbot"):
173
  with gr.Row():
174
  input_type_dropdown = gr.Dropdown(label="Input Type", choices=["Voice", "Text"], value="Voice")
175
  tts_model_dropdown = gr.Dropdown(label="TTS Model", choices=["Ryan (ESPnet)", "Nithu (Custom)"], value="Nithu (Custom)")
 
169
  outputs=[db_response, debug_glaucoma]
170
  )
171
 
172
+ with gr.Tab("Chatbot"):
173
  with gr.Row():
174
  input_type_dropdown = gr.Dropdown(label="Input Type", choices=["Voice", "Text"], value="Voice")
175
  tts_model_dropdown = gr.Dropdown(label="TTS Model", choices=["Ryan (ESPnet)", "Nithu (Custom)"], value="Nithu (Custom)")