Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -198,7 +198,9 @@ iface = gr.Interface(
|
|
| 198 |
title="KMRL Document Analysis Pipeline",
|
| 199 |
description="Upload a document (Malayalam or English). The system will detect and translate Malayalam text to English, then send the full text to Gemini for structured analysis.",
|
| 200 |
allow_flagging="never",
|
| 201 |
-
|
|
|
|
|
|
|
| 202 |
)
|
| 203 |
|
| 204 |
if __name__ == "__main__":
|
|
|
|
| 198 |
title="KMRL Document Analysis Pipeline",
|
| 199 |
description="Upload a document (Malayalam or English). The system will detect and translate Malayalam text to English, then send the full text to Gemini for structured analysis.",
|
| 200 |
allow_flagging="never",
|
| 201 |
+
examples=[
|
| 202 |
+
["Malayalam-en.txt"] # If you upload this file to your Space
|
| 203 |
+
]
|
| 204 |
)
|
| 205 |
|
| 206 |
if __name__ == "__main__":
|