oddadmix commited on
Commit
54d372d
·
verified ·
1 Parent(s): 0d0bb62

Update app.py

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