fix title
Browse files
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("
|
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")
|