Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|