Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
akhaliq/anychat
Starchik1
/
anychat
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ecd6841
anychat
/
app_deepseek.py
akhaliq
HF staff
add deepseek
4f928db
about 1 month 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,
)