JaMe76 commited on
Commit
c25575b
·
1 Parent(s): fa2a3b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from deepdoctection import Image
7
  import gradio as gr
8
 
9
 
10
- def analyze_image(img, with_ocr, language):
11
  # creating an image object and passing to the analyzer by using dataflows
12
  image = Image(file_name="input.png", location="")
13
  image.image = img[:,:,::-1]
 
7
  import gradio as gr
8
 
9
 
10
+ def analyze_image(img, with_ocr):
11
  # creating an image object and passing to the analyzer by using dataflows
12
  image = Image(file_name="input.png", location="")
13
  image.image = img[:,:,::-1]