Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CamilleLebrun
/
openchat-openchat_3.5_docker
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
openchat-openchat_3.5_docker
/
app.py
CamilleLebrun
initial commit
f9760bd
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
69 Bytes
import
gradio
as
gr
gr.load(
"models/openchat/openchat_3.5"
).launch()