Dileep7729 commited on
Commit
93318a0
·
verified ·
1 Parent(s): db705ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ interface = gr.Interface(
69
  fn=process_image,
70
  inputs=gr.Image(type="pil"), # Accepts image input
71
  outputs="json", # Outputs JSON structure
72
- title="Table OCR",
73
  description="Upload an image (e.g., receipt or document) to extract structured information in JSON format."
74
  )
75
 
 
69
  fn=process_image,
70
  inputs=gr.Image(type="pil"), # Accepts image input
71
  outputs="json", # Outputs JSON structure
72
+ title="Receipt_Image_Analyzer",
73
  description="Upload an image (e.g., receipt or document) to extract structured information in JSON format."
74
  )
75