robin0307 commited on
Commit
c0b42d2
·
1 Parent(s): ace4d47

Update requirements.txt

Browse files

use old version numpy to fix the error:

module 'numpy' has no attribute 'int'

Files changed (1) hide show
  1. 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