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