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