Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|