Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hwkim0527
/
meta-llama-Llama-2-7b-chat-hf
like
0
No application file
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
e9c1042
meta-llama-Llama-2-7b-chat-hf
/
app.py
hwkim0527
initial commit
e9c1042
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()