Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
cauri
/
meta-llama-Llama-2-70b-hf
like
0
Runtime error
App
Files
Files
Community
1f54a44
meta-llama-Llama-2-70b-hf
/
app.py
cauri
initial commit
1f54a44
over 1 year ago
raw
Copy download link
history
blame
Safe
83 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/meta-llama/Llama-2-70b-hf"
).launch()