John Smith commited on
Commit
a311255
·
1 Parent(s): 9c47ef4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -12,10 +12,8 @@ demo = gr.Interface(
12
  "image",
13
  flagging_options=["blurry", "incorrect", "other"],
14
  examples=[
15
- os.path.join(os.path.dirname(__file__), "images/cheetah1.jpg"),
16
- os.path.join(os.path.dirname(__file__), "images/lion.jpg"),
17
- os.path.join(os.path.dirname(__file__), "images/logo.png"),
18
- os.path.join(os.path.dirname(__file__), "images/tower.jpg"),
19
  ],
20
  )
21
 
 
12
  "image",
13
  flagging_options=["blurry", "incorrect", "other"],
14
  examples=[
15
+ os.path.join(os.path.dirname(__file__), "https://i.imgur.com/eR28TSf.jpg"),
16
+
 
 
17
  ],
18
  )
19