Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wiydarrr
/
sHORTgpt
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5f685fd
sHORTgpt
/
runShortGPTColab.py
wiydarrr
add runShortGPTColab
336fbd7
9 months ago
raw
Copy download link
history
blame
Safe
81 Bytes
from
gui.gui_gradio
import
ShortGptUI
app = ShortGptUI(colab=
True
)
app.launch()