Spaces:
Runtime error
Runtime error
sunshineatnoon
commited on
Commit
·
294c9cc
1
Parent(s):
3a50628
Add application file
Browse files- app.py +2 -0
- requirements.txt +0 -2
app.py
CHANGED
@@ -304,4 +304,6 @@ def main():
|
|
304 |
tester.display()
|
305 |
|
306 |
if __name__ == '__main__':
|
|
|
|
|
307 |
main()
|
|
|
304 |
tester.display()
|
305 |
|
306 |
if __name__ == '__main__':
|
307 |
+
os.system("pip intall torch-scatter==2.0.8")
|
308 |
+
os.system("pip install torch-sparse==0.6.11")
|
309 |
main()
|
requirements.txt
CHANGED
@@ -6,5 +6,3 @@ func-timeout==4.3.5
|
|
6 |
scikit-learn==1.0.2
|
7 |
imageio==2.17.0
|
8 |
torch-geometric==1.7.2
|
9 |
-
torch-scatter==2.0.8
|
10 |
-
torch-sparse==0.6.11
|
|
|
6 |
scikit-learn==1.0.2
|
7 |
imageio==2.17.0
|
8 |
torch-geometric==1.7.2
|
|
|
|