new-space / app.py
Hashim-dotcom's picture
initial commit
dd852be verified
raw
history blame contribute delete
168 Bytes
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()