3b6b598 12ed2c5 e75f6c7 20f9572 e75f6c7
1
2
3
4
5
6
7
8
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)