Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
liang-huggingface
/
Yi6bChat
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a62d423
Yi6bChat
/
app.py
liang-huggingface
Create app.py
a62d423
over 1 year ago
raw
Copy download link
history
blame
Safe
70 Bytes
import
gradio
as
gr
gr.load(
"models/01-ai/Yi-6B-Chat-4bits"
).launch()