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