Spaces:
Sleeping
Sleeping
| 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() |