Upload app.py
Browse files
app.py
CHANGED
|
@@ -299,8 +299,8 @@ def main():
|
|
| 299 |
# Examples
|
| 300 |
gr.Examples(
|
| 301 |
examples=[
|
| 302 |
-
["dogs.mp4", "the dog drinking", 0.1, 10],
|
| 303 |
-
["dogs.mp4", "the dog sleeping", 0.1, 10],
|
| 304 |
],
|
| 305 |
inputs=[input_video, text_prompt, tracking_alpha, target_fps],
|
| 306 |
outputs=[output_video],
|
|
|
|
| 299 |
# Examples
|
| 300 |
gr.Examples(
|
| 301 |
examples=[
|
| 302 |
+
["dogs.mp4", "the dog is drinking water", 0.1, 10],
|
| 303 |
+
["dogs.mp4", "the dog is sleeping", 0.1, 10],
|
| 304 |
],
|
| 305 |
inputs=[input_video, text_prompt, tracking_alpha, target_fps],
|
| 306 |
outputs=[output_video],
|