Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks(title="Qaari-0.1-Urdu-OCR-2B Urdu OCR") as demo:
|
|
94 |
|
95 |
with gr.Column(scale=1):
|
96 |
# Output text
|
97 |
-
output = gr.Textbox(label="Extracted Text", lines=20, show_copy_button=True)
|
98 |
|
99 |
# Model details
|
100 |
with gr.Accordion("Model Information", open=False):
|
|
|
94 |
|
95 |
with gr.Column(scale=1):
|
96 |
# Output text
|
97 |
+
output = gr.Textbox(label="Extracted Text", lines=20, show_copy_button=True, rtl=True)
|
98 |
|
99 |
# Model details
|
100 |
with gr.Accordion("Model Information", open=False):
|