Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HashScripts
/
Shorts
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8c521a6
Shorts
/
app.py
HashScripts
Update app.py
12ed2c5
verified
11 months ago
raw
Copy download link
history
blame
Safe
80 Bytes
from
gui.gui_gradio
import
ShortGptUI
app = ShortGptUI(colab=
True
)
app.launch()