sHORTgpt / app.py
ar08's picture
Update app.py
2269524 verified
raw
history blame
90 Bytes
from gui.gui_gradio import ShortGptUI
app = ShortGptUI(colab=True)
app.launch(port=7860)