ChaoukiBenzekri commited on
Commit
76ef2f9
1 Parent(s): 0ff3839

edit files path

Browse files
Files changed (1) hide show
  1. own_test.py +1 -1
own_test.py CHANGED
@@ -73,7 +73,7 @@ def show_test():
73
  ''')
74
 
75
  with col2:
76
- gradcam = Image.open('images\illustration_gradcam.jpeg')
77
  st.image(gradcam, use_column_width = True, caption = "Illustration de la feature-map sur une image de chien")
78
 
79
  with tab2:
 
73
  ''')
74
 
75
  with col2:
76
+ gradcam = Image.open('images/illustration_gradcam.jpeg')
77
  st.image(gradcam, use_column_width = True, caption = "Illustration de la feature-map sur une image de chien")
78
 
79
  with tab2: