Donald Winkelman
commited on
Commit
·
8c41812
1
Parent(s):
5f1bd05
init
Browse files
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.
|
| 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,
|