Sripriya16 commited on
Commit
afcd394
·
verified ·
1 Parent(s): c2f635a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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__":