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
/
app.py
HashScripts
Create app.py
3b6b598
verified
9 months ago
raw
Copy download link
history
blame
Safe
81 Bytes
from
gui.gui_gradio
import
ShortGptUI
app = ShortGptUI(colab=
False
)
app.launch()