Hammedalmodel commited on
Commit
133a189
·
verified ·
1 Parent(s): 2a6d894

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ processor = AutoProcessor.from_pretrained(ckpt)
14
 
15
  @spaces.GPU
16
  def extract_text(image):
 
17
  # Convert image to RGB
18
  image = Image.open(image).convert("RGB")
19
 
 
14
 
15
  @spaces.GPU
16
  def extract_text(image):
17
+ print(image)
18
  # Convert image to RGB
19
  image = Image.open(image).convert("RGB")
20