Donald Winkelman commited on
Commit
8c41812
·
1 Parent(s): 5f1bd05
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ with gr.Blocks(title="MorphSeg Demo") as demo:
155
 
156
  with gr.Column(scale=1):
157
  # Outputs
158
- output_area = gr.TextArea(
159
  label="Segmented Output",
160
  show_copy_button=True,
161
  lines=10,
 
155
 
156
  with gr.Column(scale=1):
157
  # Outputs
158
+ output_area = gr.Textbox(
159
  label="Segmented Output",
160
  show_copy_button=True,
161
  lines=10,