JaMe76 commited on
Commit
03b7a8b
1 Parent(s): 423104f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ os.system('pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/w
3
 
4
  from deepdoctection.dataflow import DataFromList
5
  from deepdoctection import get_dd_analyzer
 
6
  import gradio as gr
7
 
8
 
 
3
 
4
  from deepdoctection.dataflow import DataFromList
5
  from deepdoctection import get_dd_analyzer
6
+ from deepdoctection import Image
7
  import gradio as gr
8
 
9