Ayesha-Majeed commited on
Commit
c03d9b5
Β·
verified Β·
1 Parent(s): 6b6b3f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -166,13 +166,13 @@ with gr.Blocks() as demo:
166
 
167
  with gr.Row():
168
  with gr.Column():
169
- image_input = gr.Image(type="pil", label="πŸ“€ Upload Your Document")
170
- submit_btn = gr.Button("πŸ” Run Extraction")
171
 
172
  gr.Examples(
173
  examples=["example_doc.jpeg"],
174
  inputs=[image_input],
175
- label="πŸ“Œ Example Image (Click to load into uploader)"
176
  )
177
 
178
  with gr.Column():
 
166
 
167
  with gr.Row():
168
  with gr.Column():
169
+ image_input = gr.Image(type="pil", label=" Upload Your Document")
170
+ submit_btn = gr.Button(" Run Extraction")
171
 
172
  gr.Examples(
173
  examples=["example_doc.jpeg"],
174
  inputs=[image_input],
175
+ label=" Example Image (Click to load into uploader)"
176
  )
177
 
178
  with gr.Column():