m7n commited on
Commit
140d3a9
·
verified ·
1 Parent(s): e3aa494

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1,9 +1,7 @@
1
  import os
2
  os.system("pip uninstall -y gradio")
3
  os.system("pip install --upgrade gradio")
4
- os.system("pip install --upgrade datamapplot")
5
-
6
-
7
 
8
  import spaces
9
 
 
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
 
6
  import spaces
7