leonelhs commited on
Commit
03bfe96
·
1 Parent(s): 1c39d4f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ with gr.Blocks(title="CarveKit") as app:
64
 
65
  run_btn.click(predict, [input_img], [output_img])
66
 
67
- with gr.TabItem("Generate trimap", id=1):
68
  with gr.Row().style(equal_height=False):
69
  with gr.Column():
70
  trimap_input = gr.Image(type="pil", label="Input image")
 
64
 
65
  run_btn.click(predict, [input_img], [output_img])
66
 
67
+ with gr.TabItem("Trimap generator", id=1):
68
  with gr.Row().style(equal_height=False):
69
  with gr.Column():
70
  trimap_input = gr.Image(type="pil", label="Input image")