m7n commited on
Commit
abf93bc
·
verified ·
1 Parent(s): 4566fdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -2,6 +2,11 @@ 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
 
6
  import spaces
7
 
 
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
 
11
  import spaces
12