Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mikeymon
/
llama
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
llama
/
app.py
mikeymon
initial commit
bbf6b63
verified
13 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
112 Bytes
import
gradio
as
gr
gr.load(
"models/meta-llama/Llama-3.2-3B-Instruct"
,
provider=
"hyperbolic"
,
).launch()