s / app.py
AZILS's picture
Rename runShortGPT.py to app.py
f18f402 verified
Raw
History Blame Contribute Delete
81 Bytes
from gui.gui_gradio import ShortGptUI
app = ShortGptUI(colab=False)
app.launch()