Spaces:
Running
on
Zero
Running
on
Zero
SingleZombie
commited on
Commit
·
c75a1a8
1
Parent(s):
3516c1f
test w/o example
Browse files
app.py
CHANGED
@@ -601,13 +601,13 @@ with block:
|
|
601 |
value=frame_count,
|
602 |
maximum=frame_count),
|
603 |
)
|
604 |
-
example = gr.Examples(
|
605 |
-
|
606 |
-
|
607 |
-
|
608 |
-
|
609 |
-
|
610 |
-
)
|
611 |
|
612 |
input_path.change(input_changed, input_path, [
|
613 |
mininterv, maxinterv, frame_count])
|
|
|
601 |
value=frame_count,
|
602 |
maximum=frame_count),
|
603 |
)
|
604 |
+
# example = gr.Examples(
|
605 |
+
# examples=example_list,
|
606 |
+
# inputs=[*ips],
|
607 |
+
# fn=process1,
|
608 |
+
# outputs=[result_keyframe],
|
609 |
+
# cache_examples=True
|
610 |
+
# )
|
611 |
|
612 |
input_path.change(input_changed, input_path, [
|
613 |
mininterv, maxinterv, frame_count])
|