Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Exched
/
meta-llama-Llama-2-7b-chat-hf
like
0
Runtime error
App
Files
Files
Community
c7a1f58
meta-llama-Llama-2-7b-chat-hf
/
app.py
Exched
initial commit
5c7c513
verified
4 months 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()