diff --git a/docs/usage/predict.md b/docs/usage/predict.md
index 4cf262d5df840c010c1bda260a574126cf374c90..bb63b575a9af617e9486a5bda1de77f42bd4062d 100644
--- a/docs/usage/predict.md
+++ b/docs/usage/predict.md
@@ -69,9 +69,8 @@ It will create the following JSON file named `dan_humu_page/predict/example.json
     "attention_gif": "dan_humu_page/predict/example_line.gif"
 }
 ```
-<video autoplay>
-    <source src="../assets/example_line.gif">
-</video>
+
+<img src="../../assets/example_line.gif" />
 
 ### Predict with confidence scores and word-level attention maps
 
@@ -100,6 +99,4 @@ It will create the following JSON file named `dan_humu_page/predict/example.json
     "attention_gif": "dan_humu_page/predict/example_word.gif"
 }
 ```
-<video autoplay>
-    <source src="../assets/example_word.gif">
-</video>
+<img src="../../assets/example_word.gif" >