Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,12 +136,12 @@ interface = gr.Interface(
|
|
| 136 |
fn=process_image,
|
| 137 |
inputs=gr.Image(type="pil", label="Upload an Image"),
|
| 138 |
outputs=[
|
| 139 |
-
gr.Textbox(label="
|
| 140 |
gr.Image(label="Word Detection", type="numpy"),
|
| 141 |
gr.Number(label="Word Count"),
|
| 142 |
gr.Image(label="Hindi OCR Prediction", type="numpy")
|
| 143 |
],
|
| 144 |
-
title="Hindi OCR App by
|
| 145 |
description="Upload an image to perform Hindi OCR and word detection."
|
| 146 |
)
|
| 147 |
|
|
|
|
| 136 |
fn=process_image,
|
| 137 |
inputs=gr.Image(type="pil", label="Upload an Image"),
|
| 138 |
outputs=[
|
| 139 |
+
gr.Textbox(label="Aryan OCR Output"),
|
| 140 |
gr.Image(label="Word Detection", type="numpy"),
|
| 141 |
gr.Number(label="Word Count"),
|
| 142 |
gr.Image(label="Hindi OCR Prediction", type="numpy")
|
| 143 |
],
|
| 144 |
+
title="Hindi OCR App by Aryan",
|
| 145 |
description="Upload an image to perform Hindi OCR and word detection."
|
| 146 |
)
|
| 147 |
|