anychat / app_deepseek.py
akhaliq's picture
akhaliq HF staff
add deepseek
4f928db
raw
history blame contribute delete
118 Bytes
import gradio as gr
import ai_gradio
demo = gr.load(
name='deepseek:deepseek-chat',
src=ai_gradio.registry,
)