ShortGPT / app.py
HashScripts's picture
Update app.py
0b8e1eb verified
raw
history blame
113 Bytes
from gui.gui_gradio import ShortGptUI
app = ShortGptUI(colab=True)
app.launch() # Launch the Gradio interface