skmiller commited on
Commit
98f795e
·
verified ·
1 Parent(s): 094fcc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ with gr.Blocks() as iface:
137
 
138
  # index_status = gr.Textbox(label="Indexing Status")
139
 
140
- use_chat = gr.Checkbox(label="Use Chat for TTS input", value=False)
141
 
142
  # chat_group = gr.Group(visible=False)
143
  # with chat_group:
 
137
 
138
  # index_status = gr.Textbox(label="Indexing Status")
139
 
140
+ use_chat = gr.Checkbox(label="", value=False)
141
 
142
  # chat_group = gr.Group(visible=False)
143
  # with chat_group: