Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ireneo
/
roneneldan-TinyStories-Instruct-33M
like
0
Sleeping
App
Files
Files
Community
main
roneneldan-TinyStories-Instruct-33M
/
app.py
Ireneo
Update app.py
00e43e9
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
109 Bytes
import
gradio
as
gr
# Load the model
model = gr.load(
"models/roneneldan/TinyStories-Instruct-33M"
).launch()