Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sivnds
/
TinyLlamaRaw
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0ef4412
TinyLlamaRaw
/
app.py
Sivnds
initial commit
0ef4412
verified
8 months ago
raw
Copy download link
history
blame
Safe
82 Bytes
import
gradio
as
gr
gr.load(
"models/TinyLlama/TinyLlama-1.1B-Chat-v1.0"
).launch()