Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mdkhalid
/
meta-llama-Llama-2-70b-chat-hf
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
meta-llama-Llama-2-70b-chat-hf
/
app.py
mdkhalid
initial commit
33f8967
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/meta-llama/Llama-2-70b-chat-hf"
).launch()