ShortGPT / app.py
HashScripts's picture
Update app.py
2f45384 verified
raw
history blame
81 Bytes
from gui.gui_gradio import ShortGptUI
app = ShortGptUI(colab=False)
app.launch()