Spaces:
Running
Running
File size: 167 Bytes
3971c38 |
1 2 3 4 5 6 7 8 |
import gradio as gr
import hyperbolic_gradio
gr.load(
name="Qwen/Qwen2.5-Coder-32B-Instruct",
src=hyperbolic_gradio.registry,
accept_token=True
).launch() |