File size: 169 Bytes
44b855d
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import gradio as gr
import hyperbolic_gradio

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