Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ depremOCR = DepremOCR()
|
|
| 16 |
def get_text(input_img):
|
| 17 |
result = depremOCR.apply_ocr(np.array(input_img))
|
| 18 |
print(result)
|
| 19 |
-
return
|
| 20 |
|
| 21 |
|
| 22 |
# Submit button
|
|
|
|
| 16 |
def get_text(input_img):
|
| 17 |
result = depremOCR.apply_ocr(np.array(input_img))
|
| 18 |
print(result)
|
| 19 |
+
return result
|
| 20 |
|
| 21 |
|
| 22 |
# Submit button
|