Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -451,13 +451,13 @@ adapted from the officical code repo [FramePack](https://github.com/lllyasviel/F
|
|
451 |
start_button.click(fn=process, inputs=ips, outputs=[result_video, preview_image, progress_desc, progress_bar, start_button, end_button])
|
452 |
end_button.click(fn=end_process)
|
453 |
|
454 |
-
gr.Examples(
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
|
462 |
|
463 |
block.launch(share=True)
|
|
|
451 |
start_button.click(fn=process, inputs=ips, outputs=[result_video, preview_image, progress_desc, progress_bar, start_button, end_button])
|
452 |
end_button.click(fn=end_process)
|
453 |
|
454 |
+
# gr.Examples(
|
455 |
+
# examples,
|
456 |
+
# inputs=[input_image, prompt],
|
457 |
+
# outputs=[result_video, preview_image, progress_desc, progress_bar, start_button, end_button],
|
458 |
+
# fn=generate_examples,
|
459 |
+
# cache_examples=True
|
460 |
+
# )
|
461 |
|
462 |
|
463 |
block.launch(share=True)
|