Spaces:
Running
on
A10G
Running
on
A10G
remove some examples.
Browse files
web-demos/hugging_face/app.py
CHANGED
@@ -632,7 +632,7 @@ with gr.Blocks(theme=gr.themes.Monochrome(), css=css) as iface:
|
|
632 |
# set example
|
633 |
gr.Markdown("## Examples")
|
634 |
gr.Examples(
|
635 |
-
examples=[os.path.join(os.path.dirname(__file__), "./test_sample/", test_sample) for test_sample in ["test-sample0.mp4", "test-
|
636 |
inputs=[video_input],
|
637 |
)
|
638 |
gr.Markdown(article)
|
|
|
632 |
# set example
|
633 |
gr.Markdown("## Examples")
|
634 |
gr.Examples(
|
635 |
+
examples=[os.path.join(os.path.dirname(__file__), "./test_sample/", test_sample) for test_sample in ["test-sample0.mp4", "test-sample2.mp4", "test-sample3.mp4"]],
|
636 |
inputs=[video_input],
|
637 |
)
|
638 |
gr.Markdown(article)
|