hsuwill000 commited on
Commit
a56b12b
·
verified ·
1 Parent(s): 0423222

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,5 +27,5 @@ def install_openblas():
27
  run_command("make install")
28
 
29
  if __name__ == "__main__":
30
- os.system("apt-get install gfortran")
31
- install_openblas()
 
27
  run_command("make install")
28
 
29
  if __name__ == "__main__":
30
+ os.system("which gfortran")
31
+ #install_openblas()