ShortGPT / runShortGPT.py
HashScripts's picture
Update runShortGPT.py
f41509f verified
raw
history blame
91 Bytes
from gui.gui_gradio import ShortGptUI
app = ShortGptUI(colab=False)
app.launch(share=True)