Harshveer commited on
Commit
cf002fc
·
verified ·
1 Parent(s): edc1af6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -78,7 +78,9 @@ demo = gr.ChatInterface(
78
  gr.Image(show_label=False)
79
  ],
80
  additional_inputs_accordion=gr.Accordion(open=True),
81
- theme=gr.themes.Soft()
 
 
82
  )
83
 
84
 
 
78
  gr.Image(show_label=False)
79
  ],
80
  additional_inputs_accordion=gr.Accordion(open=True),
81
+ theme=gr.themes.Soft(),
82
+ retry_btn=None;
83
+ undo_btn=None;
84
  )
85
 
86