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