Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
anychat
like
1.35k
Running
on
CPU Upgrade
App
Files
Files
Community
40
Fetching metadata from the HF Docker repository...
main
anychat
/
app_deepseek.py
hysts
HF staff
ruff
20d974d
4 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
119 Bytes
import
ai_gradio
import
gradio
as
gr
demo = gr.load(
name=
"deepseek:deepseek-chat"
,
src=ai_gradio.registry,
)