Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ with gr.Blocks(title="PDF data extraction with Marker & Indexify") as marker_dem
|
|
| 35 |
pdf_file_1 = gr.File(type="filepath")
|
| 36 |
with gr.Column():
|
| 37 |
gr.HTML("<p><b>Step 2:</b> Run the extractor.</p>")
|
| 38 |
-
go_button_1 = gr.Button(value="Run extractor", variant="primary")
|
| 39 |
model_output_text_box_1 = gr.Textbox(label="Extractor Output", elem_id="model_output_text_box_1")
|
| 40 |
|
| 41 |
with gr.Row():
|
|
@@ -71,7 +71,7 @@ with gr.Blocks(title="PDF data extraction with PDF Extractor & Indexify") as pdf
|
|
| 71 |
pdf_file_2 = gr.File(type="filepath")
|
| 72 |
with gr.Column():
|
| 73 |
gr.HTML("<p><b>Step 2:</b> Run the extractor.</p>")
|
| 74 |
-
go_button_2 = gr.Button(value="Run extractor", variant="primary")
|
| 75 |
model_output_text_box_2 = gr.Textbox(label="Extractor Output", elem_id="model_output_text_box_2")
|
| 76 |
|
| 77 |
with gr.Row():
|
|
|
|
| 35 |
pdf_file_1 = gr.File(type="filepath")
|
| 36 |
with gr.Column():
|
| 37 |
gr.HTML("<p><b>Step 2:</b> Run the extractor.</p>")
|
| 38 |
+
go_button_1 = gr.Button(value="Run Marker extractor", variant="primary")
|
| 39 |
model_output_text_box_1 = gr.Textbox(label="Extractor Output", elem_id="model_output_text_box_1")
|
| 40 |
|
| 41 |
with gr.Row():
|
|
|
|
| 71 |
pdf_file_2 = gr.File(type="filepath")
|
| 72 |
with gr.Column():
|
| 73 |
gr.HTML("<p><b>Step 2:</b> Run the extractor.</p>")
|
| 74 |
+
go_button_2 = gr.Button(value="Run PDF extractor", variant="primary")
|
| 75 |
model_output_text_box_2 = gr.Textbox(label="Extractor Output", elem_id="model_output_text_box_2")
|
| 76 |
|
| 77 |
with gr.Row():
|