Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
omar07ibrahim
/
new-space
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
44b855d
new-space
/
app.py
omar07ibrahim
initial commit
44b855d
verified
4 months ago
raw
Copy download link
history
blame
Safe
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()