WildGenie commited on
Commit
9bda3b4
·
verified ·
1 Parent(s): 15570fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -106,9 +106,9 @@ demo = gr.Interface(
106
  gr.Video(label="Çıktı Video")
107
  ],
108
  examples=[
109
- ["ok.mp4"],
110
- ["not_ok1.mp4"],
111
- ["not_ok2.mp4"]
112
  ]
113
  )
114
 
 
106
  gr.Video(label="Çıktı Video")
107
  ],
108
  examples=[
109
+ ["ok.mp4", 15, 10],
110
+ ["not_ok1.mp4", 15, 10],
111
+ ["not_ok2.mp4", 15, 10]
112
  ]
113
  )
114