Spaces:
Running on Zero
Running on Zero
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -549,14 +549,6 @@ with gr.Blocks(css=CUSTOM_CSS, title="TASKER Keyframe Extractor") as demo:
|
|
| 549 |
object_fit="contain",
|
| 550 |
)
|
| 551 |
|
| 552 |
-
gr.Examples(
|
| 553 |
-
examples=[
|
| 554 |
-
["https://huggingface.co/datasets/hugging-apps/tasker-demo-videos/resolve/main/cooking_demo.mp4",
|
| 555 |
-
"Show the steps to cook pasta"],
|
| 556 |
-
],
|
| 557 |
-
inputs=[video_input, goal_input],
|
| 558 |
-
)
|
| 559 |
-
|
| 560 |
extract_btn.click(
|
| 561 |
fn=extract_keyframes,
|
| 562 |
inputs=[
|
|
|
|
| 549 |
object_fit="contain",
|
| 550 |
)
|
| 551 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 552 |
extract_btn.click(
|
| 553 |
fn=extract_keyframes,
|
| 554 |
inputs=[
|