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