Spaces:
Sleeping
Sleeping
Update src/prediction.py
Browse files- 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 = '
|
| 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 |
|