Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
pooya-mohammadi
/
meta-llama-Llama-2-7b-chat-hf
like
0
Sleeping
App
Files
Files
Community
main
meta-llama-Llama-2-7b-chat-hf
/
app.py
pooya-mohammadi
initial commit
1bcab51
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
77 Bytes
import
gradio
as
gr
gr.load(
"models/meta-llama/Llama-2-7b-chat-hf"
).launch()