kamran-r123 commited on
Commit
4b87cc4
·
1 Parent(s): 806b00e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ additional_inputs=[
125
  mychatbot = gr.Chatbot(
126
  avatar_images=["./user.png", "./botm.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=False)
127
 
128
- demo = gr.ChatInterface(fn=generateS,
129
  chatbot=mychatbot,
130
  additional_inputs=additional_inputs,
131
  title="Kamran's Mixtral 8x7b Chat",
 
125
  mychatbot = gr.Chatbot(
126
  avatar_images=["./user.png", "./botm.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=False)
127
 
128
+ demo = gr.ChatInterface(fn=generate,
129
  chatbot=mychatbot,
130
  additional_inputs=additional_inputs,
131
  title="Kamran's Mixtral 8x7b Chat",