Spaces:
Running
Running
maslionok
commited on
Commit
·
87c78f3
1
Parent(s):
08efe9a
fix
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ def process_ocr_qa(text, lang_choice):
|
|
| 70 |
|
| 71 |
return "\n\n".join(output_lines)
|
| 72 |
else:
|
| 73 |
-
return f"✨ **Processed Result
|
| 74 |
|
| 75 |
except Exception as e:
|
| 76 |
print("❌ Pipeline error:", e)
|
|
|
|
| 70 |
|
| 71 |
return "\n\n".join(output_lines)
|
| 72 |
else:
|
| 73 |
+
return f"✨ **Processed Result:**\n{result}"
|
| 74 |
|
| 75 |
except Exception as e:
|
| 76 |
print("❌ Pipeline error:", e)
|