Spaces:
Runtime error
Runtime error
Commit
·
67fd595
1
Parent(s):
fd17267
Update app.py
Browse files
app.py
CHANGED
@@ -303,7 +303,4 @@ def main():
|
|
303 |
tester.display()
|
304 |
|
305 |
if __name__ == '__main__':
|
306 |
-
os.system("pip install torch-scatter -f https://pytorch-geometric.com/whl/torch-1.7.1+cpu.html")
|
307 |
-
os.system("pip install torch-sparse -f https://pytorch-geometric.com/whl/torch-1.7.1+cpu.html")
|
308 |
-
os.system("pip install torch-geometric -f https://pytorch-geometric.com/whl/torch-1.7.1+cpu.html")
|
309 |
main()
|
|
|
303 |
tester.display()
|
304 |
|
305 |
if __name__ == '__main__':
|
|
|
|
|
|
|
306 |
main()
|