HashScripts commited on
Commit
39c101d
1 Parent(s): 0b8e1eb

Update app.py

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