V3 / app.py
edgar222's picture
initial commit
d351134 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()