thederek795 commited on
Commit
19d9a26
·
verified ·
1 Parent(s): 98b6263

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Sakshi 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 Sakshi",
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