dreamerdeo commited on
Commit
7849211
1 Parent(s): 7bbc159

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,4 +88,4 @@ with gr.Blocks(theme=gr.themes.Soft(), fill_height=True) as demo:
88
  gr.Markdown("""<p align="center"><img src="https://github.com/sail-sg/sailor-llm/raw/main/misc/banner.jpg" style="height: 180px"/><p>""")
89
 
90
 
91
- demo.launch(share=True) # Launching the web interface.
 
88
  gr.Markdown("""<p align="center"><img src="https://github.com/sail-sg/sailor-llm/raw/main/misc/banner.jpg" style="height: 180px"/><p>""")
89
 
90
 
91
+ demo.launch() # Launching the web interface.