msdarck commited on
Commit
53e525d
·
1 Parent(s): f95cfde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,3 +1,3 @@
1
  import gradio as gr
2
 
3
- gr.load("models/cognitivecomputations/dolphin-2.5-mixtral-8x7b").launch()
 
1
  import gradio as gr
2
 
3
+ gr.load("models/cognitivecomputations/dolphin-2.5-mixtral-8x7b").launch(share=True)