Skip to content
Snippets Groups Projects
Commit 3ee6630a authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

Fix gifs

parent d26e8f41
No related branches found
No related tags found
1 merge request!68Fix gifs
......@@ -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" >
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment