Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
wiydarrr/sHORTgpt
ar08
/
sHORTgpt
like
1
Running
App
Files
Files
Community
bbc4db8
sHORTgpt
/
runShortGPT.py
wiydarrr
Update runShortGPT.py
16da68a
verified
5 months ago
raw
Copy download link
history
blame
Safe
81 Bytes
from
gui.gui_gradio
import
ShortGptUI
app = ShortGptUI(colab=
False
)
app.launch()