Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shashu4121
/
Chat-ai
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d56100d
Chat-ai
/
app.py
shashu4121
initial commit
d56100d
verified
about 2 months ago
raw
Copy download link
history
blame
104 Bytes
import
gradio
as
gr
gr.load(
"models/deepseek-ai/DeepSeek-R1-0528"
,
provider=
"nebius"
,
).launch()