Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
bhandsab
/
meta-llama-Llama-2-70b-chat-hf
like
0
Runtime error
App
Files
Files
Community
1
121d5e5
meta-llama-Llama-2-70b-chat-hf
/
app.py
bhandsab
initial commit
121d5e5
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()