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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -3,6 +3,3 @@ from gui.gui_gradio import ShortGptUI
3
  app = ShortGptUI(colab=True)
4
  app.launch() # Launch the Gradio interface
5
 
6
- # After launching, generate a share link
7
- share_link = app.share()
8
- print("Share Link:", share_link)
 
3
  app = ShortGptUI(colab=True)
4
  app.launch() # Launch the Gradio interface
5