vilarin commited on
Commit
1c35dc5
·
verified ·
1 Parent(s): c91c51b

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', "A woman walking on the street", "Diffutoon"],
174
- ['./smilegirl.mp4', "A girl stand on the grass", "Diffutoon"],
175
- ['./working.mp4', "A woman is doing the dishes", "Diffutoon"],
176
- ["./train.jpg", "", "ExVideo"],
177
- ["./girl.webp", "", "ExVideo"],
178
- ["./robo.jpg", "", "ExVideo"],
179
  ]
180
 
181
 
 
170
 
171
 
172
  examples = [
173
+ ['./walking.mp4', "A woman walking on the street", 0],
174
+ ['./smilegirl.mp4', "A girl stand on the grass", 0],
175
+ ['./working.mp4', "A woman is doing the dishes", 0],
176
+ ["./train.jpg", "", 1],
177
+ ["./girl.webp", "", 1],
178
+ ["./robo.jpg", "", 1],
179
  ]
180
 
181