thomas-yanxin commited on
Commit
c5cc305
·
1 Parent(s): f614482

fix bug of pdf

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import os
2
 
3
  os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
 
4
  import gradio as gr
5
  import nltk
6
  import sentence_transformers
 
1
  import os
2
 
3
  os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
4
+ os.system('apt-get install poppler-utils')
5
  import gradio as gr
6
  import nltk
7
  import sentence_transformers