srinuksv commited on
Commit
fb0c39a
1 Parent(s): 1740daa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -200,7 +200,9 @@ logo_html = '''
200
  # Create a Blocks layout with the custom HTML and ChatInterface
201
  with gr.Blocks(theme=gr.themes.Monochrome(), fill_height=True,css=css) as demo:
202
  gr.HTML(logo_html)
203
- gr.ChatInterface(predict)
 
 
204
 
205
  # Launch the interface
206
  demo.launch()
 
200
  # Create a Blocks layout with the custom HTML and ChatInterface
201
  with gr.Blocks(theme=gr.themes.Monochrome(), fill_height=True,css=css) as demo:
202
  gr.HTML(logo_html)
203
+ gr.ChatInterface(predict,clear_btn=None,
204
+ undo_btn=None,
205
+ retry_btn=None)
206
 
207
  # Launch the interface
208
  demo.launch()