Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
christopher
/
pagination
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f192795
pagination
/
app.py
cakiki
Create app.py
f192795
over 2 years ago
raw
Copy download link
history
blame
108 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
[gr.Button()
for
i
in
range
(
10
)]
demo.launch(debug=
True
)