Spaces:
Runtime error
Runtime error
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) | |