Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
| 170 |
-
submit_btn = gr.Button("
|
| 171 |
|
| 172 |
gr.Examples(
|
| 173 |
examples=["example_doc.jpeg"],
|
| 174 |
inputs=[image_input],
|
| 175 |
-
label="
|
| 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():
|