kritsg commited on
Commit
9bd5d1e
·
1 Parent(s): 971bf27

fixed embedded video path

Browse files
Files changed (1) hide show
  1. image_posterior.py +1 -1
image_posterior.py CHANGED
@@ -79,7 +79,7 @@ def create_gif(explanation_blr, segments, image, n_images=20, n_max=5):
79
  html = '''
80
  <div style='max-width:100%; max-height:360px; overflow:auto'>
81
  <video width="320" height="240" autoplay>
82
- <source src="/build/videos/arcnet.io(7-sec).mp4" type=video/mp4>
83
  </video>
84
  </div>
85
  )'''
 
79
  html = '''
80
  <div style='max-width:100%; max-height:360px; overflow:auto'>
81
  <video width="320" height="240" autoplay>
82
+ <source src="C:/Users/pineapples/Documents/research/Modeling-Uncertainty-Local-Explainability/Modeling-Uncertainty-in-Explainability-Demo/test.mp4" type=video/mp4>
83
  </video>
84
  </div>
85
  )'''