Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -592,8 +592,8 @@ def create_gradio_interface():
|
|
| 592 |
image_size = gr.Dropdown(choices=["Small", "Medium", "Large"], value="Medium", label="Image Size in PDF")
|
| 593 |
|
| 594 |
with gr.Row():
|
| 595 |
-
process_btn = gr.Button("
|
| 596 |
-
clear_btn = gr.Button("
|
| 597 |
|
| 598 |
# Right Column (Outputs)
|
| 599 |
with gr.Column(scale=2):
|
|
|
|
| 592 |
image_size = gr.Dropdown(choices=["Small", "Medium", "Large"], value="Medium", label="Image Size in PDF")
|
| 593 |
|
| 594 |
with gr.Row():
|
| 595 |
+
process_btn = gr.Button("Process Image", variant="primary", size="lg", scale=2)
|
| 596 |
+
clear_btn = gr.Button("Clear All", variant="secondary", scale=1)
|
| 597 |
|
| 598 |
# Right Column (Outputs)
|
| 599 |
with gr.Column(scale=2):
|