new-space / app.py
raj154ds5af's picture
initial commit
b42df34 verified
raw
history blame
161 Bytes
import gradio as gr
import hyperbolic_gradio
gr.load(
name="deepseek-ai/DeepSeek-V2.5",
src=hyperbolic_gradio.registry,
accept_token=True
).launch()