Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
import os
|
2 |
-
os.system("pip uninstall -y gradio")
|
3 |
-
os.system("pip install --upgrade gradio")
|
4 |
-
os.system("pip install datamapplot==0.3.0")
|
5 |
-
os.system("pip install numba==0.59.1")
|
6 |
-
os.system("pip install umap-learn==0.5.6")
|
7 |
-
os.system("pip install pynndescent==0.5.12")
|
8 |
|
9 |
|
10 |
|
|
|
1 |
import os
|
2 |
+
#os.system("pip uninstall -y gradio")
|
3 |
+
#os.system("pip install --upgrade gradio")
|
4 |
+
#os.system("pip install datamapplot==0.3.0")
|
5 |
+
#os.system("pip install numba==0.59.1")
|
6 |
+
#os.system("pip install umap-learn==0.5.6")
|
7 |
+
#os.system("pip install pynndescent==0.5.12")
|
8 |
|
9 |
|
10 |
|