Spaces:
Runtime error
Runtime error
bump torch and add gradio
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
|
|
1 |
einops
|
2 |
normflows
|
3 |
tensorboard
|
4 |
numpy~=1.26.0
|
5 |
scikit-learn
|
6 |
-
torch~=2.
|
7 |
click
|
8 |
Pillow
|
9 |
psutil
|
|
|
1 |
+
gradio
|
2 |
einops
|
3 |
normflows
|
4 |
tensorboard
|
5 |
numpy~=1.26.0
|
6 |
scikit-learn
|
7 |
+
torch~=2.2.0
|
8 |
click
|
9 |
Pillow
|
10 |
psutil
|