HashScripts commited on
Commit
2f45384
1 Parent(s): 5e075d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
  from gui.gui_gradio import ShortGptUI
2
 
3
  app = ShortGptUI(colab=False)
4
- app.launch(share=True)
 
1
  from gui.gui_gradio import ShortGptUI
2
 
3
  app = ShortGptUI(colab=False)
4
+ app.launch()