hyperbolic / app.py
mgokg's picture
Update app.py
c72bc7c verified
raw
history blame
161 Bytes
import gradio as gr
import hyperbolic_gradio
gr.load(
name="Qwen/Qwen2.5-72B-Instruct",
src=hyperbolic_gradio.registry,
accept_token=True
).launch()