Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
anychat
like
1.4k
Running
on
CPU Upgrade
App
Files
Files
Community
42
Fetching metadata from the HF Docker repository...
134fc6e
anychat
/
app_deepseek.py
akhaliq
HF staff
add deepseek
4f928db
25 days ago
raw
Copy download link
history
blame
Safe
118 Bytes
import
gradio
as
gr
import
ai_gradio
demo = gr.load(
name=
'deepseek:deepseek-chat'
,
src=ai_gradio.registry,
)