Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
4384411
1
Parent(s):
ca24391
fixed width argument
Browse files
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,
|
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(
|