Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
torch>=2.0.0
|
2 |
-
pygame>=2.4.0
|
3 |
-
gradio
|
4 |
-
numpy>=1.21.0
|
5 |
-
pymunk>=6.4.0
|
6 |
-
plotly>=5.13.0
|
7 |
Pillow>=9.4.0
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
pygame>=2.4.0
|
3 |
+
gradio>=3.50.2
|
4 |
+
numpy>=1.21.0
|
5 |
+
pymunk>=6.4.0
|
6 |
+
plotly>=5.13.0
|
7 |
Pillow>=9.4.0
|