Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Irishcoder
/
meta-llama-Llama-2-7b-chat-hf2
like
0
Sleeping
App
Files
Files
Community
main
meta-llama-Llama-2-7b-chat-hf2
/
app.py
Irishcoder
initial commit
a066057
verified
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()