Spaces:
s
Configuration error

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()