Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
4ef19e6
1
Parent(s):
abd3773
update app.py
Browse files
app.py
CHANGED
|
@@ -184,6 +184,7 @@ with gr.Blocks(title="EfficientLoFTR Matching Demo") as demo:
|
|
| 184 |
examples = gr.Dataset(
|
| 185 |
components=[image1, image2],
|
| 186 |
label="Example Image Pairs",
|
|
|
|
| 187 |
samples=[
|
| 188 |
[
|
| 189 |
"https://raw.githubusercontent.com/magicleap/SuperGluePretrainedNetwork/refs/heads/master/assets/phototourism_sample_images/united_states_capitol_98169888_3347710852.jpg",
|
|
|
|
| 184 |
examples = gr.Dataset(
|
| 185 |
components=[image1, image2],
|
| 186 |
label="Example Image Pairs",
|
| 187 |
+
samples_per_page=100,
|
| 188 |
samples=[
|
| 189 |
[
|
| 190 |
"https://raw.githubusercontent.com/magicleap/SuperGluePretrainedNetwork/refs/heads/master/assets/phototourism_sample_images/united_states_capitol_98169888_3347710852.jpg",
|