wondervictor commited on
Commit
0ae5e99
·
verified ·
1 Parent(s): 72cbce3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import time
3
  import os
4
  os.environ['PYTORCH_JIT'] = "0"
5
  os.system('mim install mmcv==2.0.1')
6
- os.system("pip install 'numpy<2.0'")
7
 
8
  # import spaces
9
  import sys
 
3
  import os
4
  os.environ['PYTORCH_JIT'] = "0"
5
  os.system('mim install mmcv==2.0.1')
6
+ os.system('pip install numpy==1.26.4')
7
 
8
  # import spaces
9
  import sys