jameslahm commited on
Commit
987a2fe
1 Parent(s): 52c8091

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -46,10 +46,10 @@ description_p = """ Instructions for point mode
46
  """
47
 
48
  examples = [
49
- ["app/assets/picture3.jpg"],
50
- ["app/assets/picture4.jpg"],
51
- ["app/assets/picture6.jpg"],
52
- ["app/assets/picture1.jpg"],
53
  ]
54
 
55
  default_example = examples[0]
 
46
  """
47
 
48
  examples = [
49
+ ["assets/picture3.jpg"],
50
+ ["assets/picture4.jpg"],
51
+ ["assets/picture6.jpg"],
52
+ ["assets/picture1.jpg"],
53
  ]
54
 
55
  default_example = examples[0]