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