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