nightfury commited on
Commit
1df3fe5
1 Parent(s): 549c177

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -161,14 +161,14 @@ description="This is a demo implementation of EfficientNetV2 Deepfakes Image Det
161
  The examples are used under fair use to demo the working of the model only. If any copyright is infringed, please contact the researcher via this email: [email protected].\
162
  "
163
 
164
- examples = [
165
  ['Video1-fake-1-ff.mp4'],
166
  ['Video6-real-1-ff.mp4'],
167
  ['Video3-fake-3-ff.mp4'],
168
  ['Video8-real-3-ff.mp4'],
169
  ['real-1.mp4'],
170
  ['fake-1.mp4'],
171
- ]
172
 
173
  gr.Interface(deepfakespredict,
174
  inputs = ["video"],
 
161
  The examples are used under fair use to demo the working of the model only. If any copyright is infringed, please contact the researcher via this email: [email protected].\
162
  "
163
 
164
+ examples = {
165
  ['Video1-fake-1-ff.mp4'],
166
  ['Video6-real-1-ff.mp4'],
167
  ['Video3-fake-3-ff.mp4'],
168
  ['Video8-real-3-ff.mp4'],
169
  ['real-1.mp4'],
170
  ['fake-1.mp4'],
171
+ }
172
 
173
  gr.Interface(deepfakespredict,
174
  inputs = ["video"],