Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -360,7 +360,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
|
| 360 |
top_p = gr.Slider(minimum=0.0, maximum=1.0, value=0.9, step=0.05, label="Top P")
|
| 361 |
top_k = gr.Slider(minimum=1, maximum=100, value=50, step=1, label="Top K")
|
| 362 |
|
| 363 |
-
submit_btn = gr.Button("
|
| 364 |
|
| 365 |
gr.Examples(examples=image_examples, inputs=image_input)
|
| 366 |
|
|
|
|
| 360 |
top_p = gr.Slider(minimum=0.0, maximum=1.0, value=0.9, step=0.05, label="Top P")
|
| 361 |
top_k = gr.Slider(minimum=1, maximum=100, value=50, step=1, label="Top K")
|
| 362 |
|
| 363 |
+
submit_btn = gr.Button("Perform OCR", variant="primary")
|
| 364 |
|
| 365 |
gr.Examples(examples=image_examples, inputs=image_input)
|
| 366 |
|