SerdarHelli commited on
Commit
4245274
1 Parent(s): 0bed600

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -7,9 +7,7 @@ import tarfile
7
 
8
  import subprocess
9
 
10
- if os.environ.get('SYSTEM') == 'spaces':
11
- subprocess.call('pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113'.split())
12
-
13
 
14
  import imageio
15
  import numpy as np
 
7
 
8
  import subprocess
9
 
10
+
 
 
11
 
12
  import imageio
13
  import numpy as np