Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -290,7 +290,7 @@ def process_image(image):
|
|
| 290 |
|
| 291 |
|
| 292 |
# Combine recognized texts into a single string for display
|
| 293 |
-
return output_image,
|
| 294 |
|
| 295 |
# Custom HTML for interface header with logos and alignment
|
| 296 |
interface_html = """
|
|
|
|
| 290 |
|
| 291 |
|
| 292 |
# Combine recognized texts into a single string for display
|
| 293 |
+
return output_image,translated
|
| 294 |
|
| 295 |
# Custom HTML for interface header with logos and alignment
|
| 296 |
interface_html = """
|