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
bbc4db8
sHORTgpt
/
app.py
ar08
Update app.py
8e3d120
verified
4 months ago
raw
Copy download link
history
blame
Safe
185 Bytes
from
gui.gui_gradio
import
ShortGptUI
import
os
os.environ[
'OPENAI_BASE_URL'
] =
'https://api.pawan.krd/cosmosrp/v1/chat/completions'
app = ShortGptUI(colab=
True
)
app.launch(port=
7860
)