chris1nexus commited on
Commit
2484131
1 Parent(s): 0fa9b8c

First commit

Browse files
Files changed (2) hide show
  1. app.py +4 -0
  2. requirements.txt +3 -3
app.py CHANGED
@@ -21,6 +21,10 @@ def load_model():
21
 
22
  def main():
23
 
 
 
 
 
24
 
25
 
26
 
21
 
22
  def main():
23
 
24
+ os.system("pip install torch-scatter -f https://pytorch-geometric.com/whl/torch-1.7.1+cpu.html")
25
+ os.system("pip install torch-sparse -f https://pytorch-geometric.com/whl/torch-1.7.1+cpu.html")
26
+ os.system("pip install torch-geometric -f https://pytorch-geometric.com/whl/torch-1.7.1+cpu.html")
27
+
28
 
29
 
30
 
requirements.txt CHANGED
@@ -10,9 +10,9 @@ streamlit
10
 
11
  torch
12
  torchvision
13
- torch-scatter
14
- torch-sparse
15
- torch-geometric
16
 
17
  einops
18
  streamlit-option-menu
10
 
11
  torch
12
  torchvision
13
+ #torch-scatter
14
+ #torch-sparse
15
+ #torch-geometric
16
 
17
  einops
18
  streamlit-option-menu