Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
wiydarrr/sHORTgpt
ar08
/
sHORTgpt
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1583a1d
sHORTgpt
/
app.py
ar08
Update app.py
2269524
verified
6 months ago
raw
Copy download link
history
blame
Safe
90 Bytes
from
gui.gui_gradio
import
ShortGptUI
app = ShortGptUI(colab=
True
)
app.launch(port=
7860
)