Spaces:
Build error
Build error
update app
Browse files
app.py
CHANGED
|
@@ -271,7 +271,6 @@ body, .gradio-container {
|
|
| 271 |
.primary {
|
| 272 |
border-radius: 8px !important;
|
| 273 |
font-weight: 600 !important;
|
| 274 |
-
text-transform: uppercase !important;
|
| 275 |
letter-spacing: 0.05em !important;
|
| 276 |
transition: all 0.3s ease !important;
|
| 277 |
}
|
|
@@ -429,7 +428,7 @@ with gr.Blocks() as demo:
|
|
| 429 |
)
|
| 430 |
|
| 431 |
with gr.Row():
|
| 432 |
-
btn = gr.Button("
|
| 433 |
|
| 434 |
gr.Examples(
|
| 435 |
examples=["examples/1.jpg", "examples/4.jpg", "examples/5.webp", "examples/2.jpg", "examples/3.jpg"],
|
|
|
|
| 271 |
.primary {
|
| 272 |
border-radius: 8px !important;
|
| 273 |
font-weight: 600 !important;
|
|
|
|
| 274 |
letter-spacing: 0.05em !important;
|
| 275 |
transition: all 0.3s ease !important;
|
| 276 |
}
|
|
|
|
| 428 |
)
|
| 429 |
|
| 430 |
with gr.Row():
|
| 431 |
+
btn = gr.Button("Perform OCR", variant="primary")
|
| 432 |
|
| 433 |
gr.Examples(
|
| 434 |
examples=["examples/1.jpg", "examples/4.jpg", "examples/5.webp", "examples/2.jpg", "examples/3.jpg"],
|