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