Update app.py
Browse files
app.py
CHANGED
@@ -18,8 +18,8 @@ tf.get_logger().setLevel('ERROR')
|
|
18 |
#def install(package):
|
19 |
#subprocess.run("python -m pip install torch-scatter -f https://data.pyg.org/whl/torch-1.10.0+cu102.html", shell=True)
|
20 |
try:
|
21 |
-
print(sys.executable)
|
22 |
-
subprocess.check_call(["/home/user/.local/lib/python3.8", "-m", "pip", "install", 'torch-scatter','-f', 'https://data.pyg.org/whl/torch-1.10.0+
|
23 |
except Exception as e:
|
24 |
print('Error..', str(e))
|
25 |
|
|
|
18 |
#def install(package):
|
19 |
#subprocess.run("python -m pip install torch-scatter -f https://data.pyg.org/whl/torch-1.10.0+cu102.html", shell=True)
|
20 |
try:
|
21 |
+
#print(sys.executable)
|
22 |
+
subprocess.check_call(["/home/user/.local/lib/python3.8", "-m", "pip", "install", 'torch-scatter','-f', 'https://data.pyg.org/whl/torch-1.10.0+cpu.html'])
|
23 |
except Exception as e:
|
24 |
print('Error..', str(e))
|
25 |
|