Spaces:
s
Configuration error

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