Warlord-K commited on
Commit
2cb0016
·
1 Parent(s): 3912389

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,8 +40,8 @@ demo = gr.Interface(
40
  gr.Image(type="filepath"),
41
  "text",
42
  examples = [
43
- os.path.join(os.path.dirname(__file__), "examples/group1.jpg"),
44
- os.path.join(os.path.dirname(__file__), "examples/group2.jpg")
45
  ]
46
  )
47
 
 
40
  gr.Image(type="filepath"),
41
  "text",
42
  examples = [
43
+ os.path.join(os.path.dirname(__file__), "examples/group1.jpeg"),
44
+ os.path.join(os.path.dirname(__file__), "examples/group2.jpeg")
45
  ]
46
  )
47