Theo Alves Da Costa commited on
Commit
9bb097c
1 Parent(s): 9361bdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  os.system("pip install --upgrade pip")
2
  os.system("pip install umap-learn bechdelai==0.0.1a2")
3
 
1
+ # Temporary fix to install other requirements requirements here
2
+ # Pip needs to be ugraded on Hugging Face spaces before installing the library
3
+ import os
4
  os.system("pip install --upgrade pip")
5
  os.system("pip install umap-learn bechdelai==0.0.1a2")
6