sHORTgpt / app.py
wiydarrr's picture
Update app.py
51e4a96 verified
raw
history blame
81 Bytes
from gui.gui_gradio import ShortGptUI
app = ShortGptUI(colab=True)
app.launch()