Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tushaar
/
huggyllama-llama-7b
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f65861f
huggyllama-llama-7b
/
app.py
tushaar
initial commit
f65861f
over 1 year ago
raw
Copy download link
history
blame
Safe
67 Bytes
import
gradio
as
gr
gr.load(
"models/huggyllama/llama-7b"
).launch()