wjbmattingly commited on
Commit
4384411
1 Parent(s): ca24391

fixed width argument

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ with gr.Blocks() as iface:
154
  submit_button = gr.Button("Process")
155
 
156
  with gr.Row():
157
- output_image = gr.Image(type="pil", label="Detected Lines", scale=1, max_width=500)
158
  output_text = gr.Textbox(label="Transcription")
159
 
160
  submit_button.click(
 
154
  submit_button = gr.Button("Process")
155
 
156
  with gr.Row():
157
+ output_image = gr.Image(type="pil", label="Detected Lines", scale=1, width=500)
158
  output_text = gr.Textbox(label="Transcription")
159
 
160
  submit_button.click(