sHORTgpt / runShortGPT.py
wiydarrr's picture
Update runShortGPT.py
16da68a verified
raw
history blame
81 Bytes
from gui.gui_gradio import ShortGptUI
app = ShortGptUI(colab=False)
app.launch()