Skip to content

Commit afcc5ac

Browse files
committed
[no ci] fix typos in alt text
1 parent 402f954 commit afcc5ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fueled by continuous progress in generative AI and Bayesian inference.
2020
<picture>
2121
<source media="(prefers-color-scheme: dark)" srcset="./img/bayesflow_landing_dark.jpg">
2222
<source media="(prefers-color-scheme: light)" srcset="./img/bayesflow_landing_light.jpg">
23-
<img alt="Overview graphic on using BayesFlow. It is split in three columns: 1. Choose you backend: BayesFlow is based on Keras, so you can choose PyTorch, TensorFlow or JAX. 2. Define your simulator: You specify you simulator in Python, and use it to generate simulated data. 3. Choose your algorithm: You define a generative nerual network, that you can use for estimation after training." src="./img/bayesflow_landing_dark.jpg">
23+
<img alt="Overview graphic on using BayesFlow. It is split in three columns: 1. Choose your backend: BayesFlow is based on Keras, so you can choose PyTorch, TensorFlow or JAX. 2. Define your simulator: You specify your simulator in Python, and use it to generate simulated data. 3. Choose your algorithm: You define a generative neural network that you can use for estimation after training." src="./img/bayesflow_landing_dark.jpg">
2424
</picture>
2525
</div>
2626

docsrc/source/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fueled by continuous progress in generative AI and Bayesian inference.
1616
<picture>
1717
<source media="(prefers-color-scheme: dark)" srcset="_static/bayesflow_landing_dark.jpg">
1818
<source media="(prefers-color-scheme: light)" srcset="_static/bayesflow_landing_light.jpg">
19-
<img alt="Overview graphic on using BayesFlow. It is split in three columns: 1. Choose you backend: BayesFlow is based on Keras, so you can choose PyTorch, TensorFlow or JAX. 2. Define your simulator: You specify you simulator in Python, and use it to generate simulated data. 3. Choose your algorithm: You define a generative nerual network, that you can use for estimation after training." src="_static/bayesflow_landing_dark.jpg">
19+
<img alt="Overview graphic on using BayesFlow. It is split in three columns: 1. Choose your backend: BayesFlow is based on Keras, so you can choose PyTorch, TensorFlow or JAX. 2. Define your simulator: You specify your simulator in Python, and use it to generate simulated data. 3. Choose your algorithm: You define a generative neural network that you can use for estimation after training." src="_static/bayesflow_landing_dark.jpg">
2020
</picture>
2121
</div>
2222

0 commit comments

Comments
 (0)