new-space / app.py
omar07ibrahim's picture
initial commit
44b855d verified
raw
history blame contribute delete
169 Bytes
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()