Update app.py
Browse files
app.py
CHANGED
@@ -289,6 +289,7 @@ with gr.Blocks(css=css, title='Fast Segment Anything') as demo:
|
|
289 |
inputs=[cond_img_p],
|
290 |
outputs=[segm_img_p, cond_img_p])
|
291 |
|
|
|
292 |
with gr.Tab("Text mode"):
|
293 |
# Images
|
294 |
with gr.Row(variant="panel"):
|
|
|
289 |
inputs=[cond_img_p],
|
290 |
outputs=[segm_img_p, cond_img_p])
|
291 |
|
292 |
+
|
293 |
with gr.Tab("Text mode"):
|
294 |
# Images
|
295 |
with gr.Row(variant="panel"):
|