Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cross55
/
Llama-AI
like
0
Sleeping
App
Files
Files
Community
main
Llama-AI
/
app.py
cross55
initial commit
48ce5c6
about 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-70b-chat-hf"
).launch()