sHORTgpt / runShortGPTColab.py
wiydarrr's picture
add runShortGPTColab
336fbd7
raw
history blame
81 Bytes
from gui.gui_gradio import ShortGptUI
app = ShortGptUI(colab=True)
app.launch()