Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
lucas-w
/
decapoda-research-llama-7b-hf
like
0
Runtime error
App
Files
Files
Community
703d43e
decapoda-research-llama-7b-hf
/
app.py
lucas-w
initial commit
703d43e
about 1 year ago
raw
Copy download link
history
blame
Safe
87 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/decapoda-research/llama-7b-hf"
).launch()