iiced commited on
Commit
b65d729
·
1 Parent(s): 0d0b289

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -95,9 +95,9 @@ examples=[["I'm planning a vacation to Japan. Can you suggest a one-week itinera
95
 
96
  gr.ChatInterface(
97
  fn=generate,
98
- chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
99
  additional_inputs=additional_inputs,
100
  title="Mixtral 46.7B",
101
  examples=examples,
102
  concurrency_limit=20,
103
- ).launch(show_api=True, share=True)
 
95
 
96
  gr.ChatInterface(
97
  fn=generate,
98
+ chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
99
  additional_inputs=additional_inputs,
100
  title="Mixtral 46.7B",
101
  examples=examples,
102
  concurrency_limit=20,
103
+ ).launch(show_api=True)