rodevel1978 commited on
Commit
cda04bb
1 Parent(s): cf06b5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -192,7 +192,8 @@ with gr.Blocks(css='style.css') as demo:
192
  fn=clear_and_save_textbox,
193
  inputs=textbox,
194
  outputs=[textbox, saved_input],
195
- api_name=False,
 
196
  queue=False,
197
  ).then(
198
  fn=display_input,
 
192
  fn=clear_and_save_textbox,
193
  inputs=textbox,
194
  outputs=[textbox, saved_input],
195
+ api_name="submit",
196
+ # api_name=False,
197
  queue=False,
198
  ).then(
199
  fn=display_input,