File size: 161 Bytes
a206339
c72bc7c
a206339
c72bc7c
 
 
 
 
1
2
3
4
5
6
7
8
import gradio as gr
import hyperbolic_gradio

gr.load(
    name="Qwen/Qwen2.5-72B-Instruct",
    src=hyperbolic_gradio.registry,
    accept_token=True
).launch()