Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Crow34
/
Llama
like
0
Runtime error
App
Files
Files
Community
main
Llama
/
app.py
Crow34
initial commit
862a794
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
72 Bytes
import
gradio
as
gr
gr.load(
"models/meta-llama/Llama-2-7b-hf"
).launch()