Update app.py
Browse files
app.py
CHANGED
@@ -27,5 +27,5 @@ def install_openblas():
|
|
27 |
run_command("make install")
|
28 |
|
29 |
if __name__ == "__main__":
|
30 |
-
|
31 |
#install_openblas()
|
|
|
27 |
run_command("make install")
|
28 |
|
29 |
if __name__ == "__main__":
|
30 |
+
run_command("gfortran")
|
31 |
#install_openblas()
|