sHORTgpt / runShortGPTColab.py
wiydarrr's picture
Update runShortGPTColab.py
f8220e4 verified
raw
history blame
73 Bytes
from gui.gui_gradio import ShortGptUI
app = ShortGptUI()
app.launch()