Spaces:
Runtime error
Runtime error
File size: 167 Bytes
ea66450 |
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() |