dalexanderch commited on
Commit
cc4e3d8
1 Parent(s): 2eb8dfa

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
  os.system("pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu")
3
  os.system("pip install torch-scatter torch-sparse torch-cluster torch-spline-conv torch-geometric -f https://data.pyg.org/whl/torch-1.12.0+cpu.html")
4
- os.system("apt-get install -y graphviz-dev")
5
  # os.system("pip install pygraphviz")
6
 
7
  import gradio as gr
 
1
  import os
2
  os.system("pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu")
3
  os.system("pip install torch-scatter torch-sparse torch-cluster torch-spline-conv torch-geometric -f https://data.pyg.org/whl/torch-1.12.0+cpu.html")
4
+ # os.system("apt-get install -y graphviz-dev")
5
  # os.system("pip install pygraphviz")
6
 
7
  import gradio as gr