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