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