Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse filesThis works around the issue that's preventing the app from starting up. Probably better to update the package that needs the older version of numpy, but it's a quick fix.
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1 +1,2 @@
|
|
1 |
-
voicefixer
|
|
|
|
1 |
+
voicefixer
|
2 |
+
numpy==1.23
|