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