ShortGPT / app.py
HashScripts's picture
Update app.py
39c101d verified
raw
history blame contribute delete
123 Bytes
from gui.gui_gradio import ShortGptUI
app = ShortGptUI(colab=True)
app.launch(share=True) # Launch the Gradio interface