Donald Winkelman commited on
Commit
5f1bd05
·
1 Parent(s): a1fd46f
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -158,7 +158,8 @@ with gr.Blocks(title="MorphSeg Demo") as demo:
158
  output_area = gr.TextArea(
159
  label="Segmented Output",
160
  show_copy_button=True,
161
- lines=10
 
162
  )
163
  download_btn = gr.File(label="Download Result")
164
 
@@ -188,4 +189,4 @@ with gr.Blocks(title="MorphSeg Demo") as demo:
188
  )
189
 
190
  if __name__ == "__main__":
191
- demo.launch()
 
158
  output_area = gr.TextArea(
159
  label="Segmented Output",
160
  show_copy_button=True,
161
+ lines=10,
162
+ show_label=True
163
  )
164
  download_btn = gr.File(label="Download Result")
165
 
 
189
  )
190
 
191
  if __name__ == "__main__":
192
+ demo.launch(theme=gr.themes.Soft())