ShortGPT / app.py
HashScripts's picture
Update app.py
e75f6c7 verified
raw
history blame
211 Bytes
from gui.gui_gradio import ShortGptUI
app = ShortGptUI(colab=True)
app.launch() # Launch the Gradio interface
# After launching, generate a share link
share_link = app.share()
print("Share Link:", share_link)