Shivdutta commited on
Commit
723f497
·
verified ·
1 Parent(s): abe21a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"):