kamran-r123 commited on
Commit
1d4faee
·
1 Parent(s): 8d31941

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -91,11 +91,11 @@ mychatbot = gr.Chatbot(
91
  avatar_images=["./user.png", "./botm.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True,)
92
 
93
  demo = gr.ChatInterface(fn=generate,
94
- additional_inputs=additional_inputs,
95
  chatbot=mychatbot,
 
96
  title="Kamran's Mixtral 8x7b Chat",
97
- retry_btn=None,
98
  concurrency_limit=4,
 
99
  undo_btn=None
100
  )
101
 
 
91
  avatar_images=["./user.png", "./botm.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True,)
92
 
93
  demo = gr.ChatInterface(fn=generate,
 
94
  chatbot=mychatbot,
95
+ additional_inputs=additional_inputs,
96
  title="Kamran's Mixtral 8x7b Chat",
 
97
  concurrency_limit=4,
98
+ retry_btn=None,
99
  undo_btn=None
100
  )
101