Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
264ed10
1
Parent(s):
a959b08
ss
Browse files- .gitignore +1 -0
- app.py +2 -1
.gitignore
CHANGED
|
@@ -79,3 +79,4 @@ __pycache__/
|
|
| 79 |
dist
|
| 80 |
build
|
| 81 |
|
|
|
|
|
|
| 79 |
dist
|
| 80 |
build
|
| 81 |
|
| 82 |
+
.gradio
|
app.py
CHANGED
|
@@ -676,7 +676,8 @@ with gr.Blocks(css=css, title="DKT", head=head_html) as demo:
|
|
| 676 |
output_point_map0, output_point_map1, output_point_map2, output_point_map3
|
| 677 |
],
|
| 678 |
fn=on_submit,
|
| 679 |
-
examples_per_page=6
|
|
|
|
| 680 |
)
|
| 681 |
|
| 682 |
|
|
|
|
| 676 |
output_point_map0, output_point_map1, output_point_map2, output_point_map3
|
| 677 |
],
|
| 678 |
fn=on_submit,
|
| 679 |
+
examples_per_page=6,
|
| 680 |
+
cache_examples=False
|
| 681 |
)
|
| 682 |
|
| 683 |
|