new-space / app.py
failtowin's picture
initial commit
5182176 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()