elghafiani commited on
Commit
ae1b4d9
·
1 Parent(s): b5b62a3

set share=True in .launch()

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/ise-uiuc/Magicoder-CL-7B").launch()
 
1
  import gradio as gr
2
 
3
+ gr.load("models/ise-uiuc/Magicoder-CL-7B").launch(share=True)