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