prithivMLmods commited on
Commit
29f35a3
·
verified ·
1 Parent(s): 2daa17d

update app

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