vilarin commited on
Commit
0a1b48f
·
verified ·
1 Parent(s): 2295a73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -170,12 +170,12 @@ def generate(
170
 
171
 
172
  examples = [
173
- ['./walking.mp4', "", "Diffutoon", "A woman walking on the street"],
174
- ['./smilegirl.mp4', "", "Diffutoon", "A girl stand on the grass"],
175
- ['./working.mp4', "", "Diffutoon", "A woman is doing the dishes"],
176
- ["", "./train.jpg", "ExVideo", ""],
177
- ["", "./girl.webp", "ExVideo", ""],
178
- ["", "./robo.jpg", "ExVideo", ""],
179
  ]
180
 
181
 
 
170
 
171
 
172
  examples = [
173
+ ['./walking.mp4', None, "Diffutoon", "A woman walking on the street"],
174
+ ['./smilegirl.mp4', None "Diffutoon", "A girl stand on the grass"],
175
+ ['./working.mp4', None "Diffutoon", "A woman is doing the dishes"],
176
+ [None, "./train.jpg", "ExVideo", ""],
177
+ [None, "./girl.webp", "ExVideo", ""],
178
+ [None, "./robo.jpg", "ExVideo", ""],
179
  ]
180
 
181