saa231 commited on
Commit
1ebfcf0
·
verified ·
1 Parent(s): 11e564e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -53,7 +53,6 @@ with gr.Blocks() as demo:
53
  gr.Audio(label="Question (Voice)", sources=["microphone"], type="filepath")
54
  ],
55
  submit_btn="Ask / Submit",
56
- retry_btn=None,
57
  clear_btn="Clear",
58
  chatbot=gr.Chatbot(show_label=False)
59
  )
 
53
  gr.Audio(label="Question (Voice)", sources=["microphone"], type="filepath")
54
  ],
55
  submit_btn="Ask / Submit",
 
56
  clear_btn="Clear",
57
  chatbot=gr.Chatbot(show_label=False)
58
  )