Spaces:
s
Configuration error

s / runShortGPTColab.py
AZILS's picture
Upload folder using huggingface_hub
0ff5bc0 verified
raw
history blame contribute delete
81 Bytes
from gui.gui_gradio import ShortGptUI
app = ShortGptUI(colab=True)
app.launch()