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