Omnibus commited on
Commit
197e40a
·
verified ·
1 Parent(s): 42ea7c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,4 +103,4 @@ gr.ChatInterface(
103
  title="Mixtral 46.7B",
104
  examples=examples,
105
  concurrency_limit=20,
106
- ).launch(share=False,show_api=False)
 
103
  title="Mixtral 46.7B",
104
  examples=examples,
105
  concurrency_limit=20,
106
+ ).launch(share=True,show_api=True)