File size: 168 Bytes
f345e98
dd852be
f345e98
dd852be
 
 
 
 
1
2
3
4
5
6
7
8
import gradio as gr
import hyperbolic_gradio

gr.load(
    name="meta-llama/Llama-3.2-3B-Instruct",
    src=hyperbolic_gradio.registry,
    accept_token=True
).launch()