rachman commited on
Commit
601493d
·
verified ·
1 Parent(s): 3768951

Update src/prediction.py

Browse files
Files changed (1) hide show
  1. src/prediction.py +1 -1
src/prediction.py CHANGED
@@ -44,7 +44,7 @@ def run():
44
  # Example images
45
  example_images = ['test1.jpg', 'test2.jpg', 'test3.jpg', 'test4.jpg',
46
  'test5.jpg', 'test6.jpg', 'test7.jpg', 'test8.jpg']
47
- example_path = './visualization'
48
 
49
  st.subheader("Choose an example image or upload your own:")
50
 
 
44
  # Example images
45
  example_images = ['test1.jpg', 'test2.jpg', 'test3.jpg', 'test4.jpg',
46
  'test5.jpg', 'test6.jpg', 'test7.jpg', 'test8.jpg']
47
+ example_path = 'src/visualization'
48
 
49
  st.subheader("Choose an example image or upload your own:")
50