Skip to content
Snippets Groups Projects
Verified Commit 5d342d85 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
This commit is part of merge request !68. Comments created here will be created in the context of that merge request.
......@@ -61,6 +61,8 @@ test:
before_script:
- pip install -e .[docs]
# Fetch Gif images
- git lfs pull --include docs/assets/
script:
- mkdocs build --strict --verbose
......
......@@ -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