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