File size: 223 Bytes
3b6b598
 
12ed2c5
20f9572
 
 
 
 
1
2
3
4
5
6
7
8
9
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)