truens66 commited on
Commit
dad1a75
·
verified ·
1 Parent(s): 21c9cd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -8,7 +8,6 @@ image_interface = gr.Interface(
8
  pipeline.deepfakes_image_predict,
9
  gr.Image(),
10
  "text",
11
- examples=["images/lady.jpg", "images/fake_image.jpg"],
12
  cache_examples=False
13
  )
14
 
 
8
  pipeline.deepfakes_image_predict,
9
  gr.Image(),
10
  "text",
 
11
  cache_examples=False
12
  )
13