Shorts / app.py
HashScripts's picture
Update app.py
12ed2c5 verified
raw
history blame
80 Bytes
from gui.gui_gradio import ShortGptUI
app = ShortGptUI(colab=True)
app.launch()