Spaces:
Runtime error
Runtime error
Commit
·
2049e1e
1
Parent(s):
abdb92c
Update app.py
Browse files
app.py
CHANGED
@@ -303,4 +303,7 @@ def main():
|
|
303 |
tester.display()
|
304 |
|
305 |
if __name__ == '__main__':
|
|
|
|
|
|
|
306 |
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()
|