We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9badc1d commit 2fd5f46Copy full SHA for 2fd5f46
README.md
@@ -17,7 +17,7 @@ Make sure you have installed FFMpeg (ver. 4.x - 7.x) development packages on you
17
```elixir
18
def deps do
19
[
20
- {:xav, "~> 0.5.0"}
+ {:xav, "~> 0.5.1"}
21
]
22
end
23
```
@@ -79,4 +79,4 @@ frames =
79
batch = Nx.Batch.concatenate(frames)
80
batch = Nx.Defn.jit_apply(&Function.identity/1, [batch])
81
Nx.Serving.run(serving, batch)
82
-```
+```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Xav.MixProject do
2
use Mix.Project
3
4
- @version "0.5.0"
+ @version "0.5.1"
5
@source_url "https://github.com/elixir-webrtc/xav"
6
7
def project do
0 commit comments