sunnychenxiwang commited on
Commit
81bfad9
·
1 Parent(s): 4ea15fd
Files changed (2) hide show
  1. app.py +0 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -1,5 +1,4 @@
1
  import os
2
- os.system('pip insatll nltk==3.8.1')
3
  os.system('python install.py')
4
  import gradio as gr
5
  from pipeline.run_pipeline import *
 
1
  import os
 
2
  os.system('python install.py')
3
  import gradio as gr
4
  from pipeline.run_pipeline import *
requirements.txt CHANGED
@@ -9,7 +9,7 @@ imgaug
9
  lmdb
10
  matplotlib
11
  gradio==3.50.2
12
- gradio_client==0.2.7
13
  numpy
14
  pyclipper
15
  pycocotools
 
9
  lmdb
10
  matplotlib
11
  gradio==3.50.2
12
+ gradio_client==0.6.1
13
  numpy
14
  pyclipper
15
  pycocotools