Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
anychat
like
1.1k
Running
on
CPU Upgrade
App
Files
Files
Community
38
main
anychat
/
app_deepseek.py
akhaliq
HF staff
add deepseek
4f928db
9 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
118 Bytes
import
gradio
as
gr
import
ai_gradio
demo = gr.load(
name=
'deepseek:deepseek-chat'
,
src=ai_gradio.registry,
)