Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
niyoko
/
meta-llama-Llama-2-70b-hf
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6835879
meta-llama-Llama-2-70b-hf
/
app.py
niyoko
initial commit
6835879
about 1 year ago
raw
Copy download link
history
blame
Safe
73 Bytes
import
gradio
as
gr
gr.load(
"models/meta-llama/Llama-2-70b-hf"
).launch()