Skip to content

Commit

Permalink
Update image links
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed Apr 10, 2024
1 parent b6877bb commit bab1517
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<h1 align="center">
<img src="exponax_logo.png" width="200">
<img src="img/exponax_logo.png" width="200">
<br>
Exponax
<br>
Expand All @@ -19,7 +19,7 @@
</p>

<p align="center">
<img src="teaser_demo.gif">
<img src="img/teaser_demo.gif">
</p>

## Installation
Expand Down Expand Up @@ -57,7 +57,7 @@ plt.imshow(trajectory[:, 0, :].T, aspect='auto', cmap='RdBu', vmin=-2, vmax=2, o
plt.xlabel("Time"); plt.ylabel("Space"); plt.show()
```

![](ks_rollout.png)
![](img/ks_rollout.png)

## Features

Expand Down

0 comments on commit bab1517

Please sign in to comment.