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