Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -286,7 +286,7 @@ def process_image(image):
|
|
286 |
|
287 |
|
288 |
|
289 |
-
|
290 |
|
291 |
|
292 |
# Combine recognized texts into a single string for display
|
|
|
286 |
|
287 |
|
288 |
|
289 |
+
translated = translate(detect_para(recognized_texts),script_lang)
|
290 |
|
291 |
|
292 |
# Combine recognized texts into a single string for display
|