tomofi commited on
Commit
776bf9b
1 Parent(s): 06384f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import os
2
- os.system('sudo python setup.py build develop')
 
3
  os.system('pip install --upgrade --no-cache-dir gdown')
4
  os.system('gdown -O output/mixtrain/ 1XQsikiNY7ILgZvmvOeUf9oPDG4fTp0zs')
5
 
 
1
  import os
2
+ #os.system('python setup.py build develop')
3
+ os.system('pip install git+https://github.com/GitHub30/MaskTextSpotterV3')
4
  os.system('pip install --upgrade --no-cache-dir gdown')
5
  os.system('gdown -O output/mixtrain/ 1XQsikiNY7ILgZvmvOeUf9oPDG4fTp0zs')
6