deepseek / app.py
Muntadher-Saleh's picture
initial commit
1b5c0d3 verified
raw
history blame contribute delete
159 Bytes
import gradio as gr
import hyperbolic_gradio
gr.load(
name="deepseek-ai/DeepSeek-V3",
src=hyperbolic_gradio.registry,
accept_token=True
).launch()