Update app.py
Browse files
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="
|
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 |
|