Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
HashScripts/Shorts
AchyuthGamer
/
ShortGPT
like
0
Build error
App
Files
Files
Community
f41509f
ShortGPT
/
runShortGPT.py
HashScripts
Update runShortGPT.py
f41509f
verified
9 months ago
raw
Copy download link
history
blame
Safe
91 Bytes
from
gui.gui_gradio
import
ShortGptUI
app = ShortGptUI(colab=
False
)
app.launch(share=
True
)