added httpx==0.24.1 to requirements and release gradio version
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
gradio
|
2 |
-
matplotlib
|
3 |
matplotlib
|
4 |
numpy
|
5 |
joblib
|
@@ -14,4 +13,5 @@ datetime
|
|
14 |
torch
|
15 |
torchvision
|
16 |
pyFluidSynth
|
17 |
-
accelerate
|
|
|
|
1 |
+
gradio
|
|
|
2 |
matplotlib
|
3 |
numpy
|
4 |
joblib
|
|
|
13 |
torch
|
14 |
torchvision
|
15 |
pyFluidSynth
|
16 |
+
accelerate
|
17 |
+
httpx==0.24.1
|