Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
wiydarrr/sHORTgpt
ar08
/
sHORTgpt
like
1
Running
App
Files
Files
Community
main
sHORTgpt
/
runShortGPTColab.py
ar08
Update runShortGPTColab.py
bbc4db8
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
138 Bytes
from
gui.gui_gradio
import
ShortGptUI
import
openai
openai.base_url=
"https://api.pawan.krd/cosmosrp/v1"
app = ShortGptUI()
app.launch()