Spaces:
Runtime error
Runtime error
fixed embedded video path
Browse files- 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="/
|
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 |
)'''
|