Update requirements.txt
Browse filesuse old version numpy to fix the error:
module 'numpy' has no attribute 'int'
- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
Pillow
|
2 |
Gradio
|
3 |
torch
|
|
|
|
1 |
Pillow
|
2 |
Gradio
|
3 |
torch
|
4 |
+
numpy==1.23
|