timroelofs123 commited on
Commit
f4e09c8
·
1 Parent(s): 333de72

add video example

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -85,9 +85,9 @@ demo_vid = gr.Interface(
85
  gr.Slider(10, 90, value=80, step=1, label="Target age", info="Choose the age you want to become")
86
  ],
87
  outputs=gr.Video(),
88
- # examples=[
89
- # ['assets/gradio_example_images/orig.mp4', 35, 60],
90
- # ],
91
  description="Input a video of a person, and it will be aged frame-by-frame."
92
  )
93
 
 
85
  gr.Slider(10, 90, value=80, step=1, label="Target age", info="Choose the age you want to become")
86
  ],
87
  outputs=gr.Video(),
88
+ examples=[
89
+ ['assets/gradio_example_images/orig.mp4', 35, 60],
90
+ ],
91
  description="Input a video of a person, and it will be aged frame-by-frame."
92
  )
93