gerasdf commited on
Commit
7ec8702
·
1 Parent(s): ae6af5e

cleaner look and feel

Browse files
Files changed (1) hide show
  1. query.py +9 -6
query.py CHANGED
@@ -188,12 +188,15 @@ def gr_main():
188
  elem_id="submit_btn",
189
  render=False
190
  ),
191
- examples=[
192
- ["I arrived late last night and found a dead goose in my bed"],
193
- ["Help please sir. I'm about to get married, to the most lovely lady,"
194
- "and I just received a letter threatening me to make public some things"
195
- "of my past I'd rather keep quiet, unless I don't marry"],
196
- ],
 
 
 
197
  additional_inputs=[state])
198
 
199
  mic = gr.Audio(
 
188
  elem_id="submit_btn",
189
  render=False
190
  ),
191
+ undo_btn=None,
192
+ clear_btn=None,
193
+ retry_btn=None,
194
+ # examples=[
195
+ # ["I arrived late last night and found a dead goose in my bed"],
196
+ # ["Help please sir. I'm about to get married, to the most lovely lady,"
197
+ # "and I just received a letter threatening me to make public some things"
198
+ # "of my past I'd rather keep quiet, unless I don't marry"],
199
+ # ],
200
  additional_inputs=[state])
201
 
202
  mic = gr.Audio(