jameslahm commited on
Commit
dcad8c0
·
verified ·
1 Parent(s): 0a24e6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -239,6 +239,11 @@ with gradio_app:
239
  If desired objects are not identified, pleaset set a **smaller** confidence threshold, e.g., for visual prompts with handcrafted shape or cross-image prompts.
240
  """
241
  )
 
 
 
 
 
242
  with gr.Row():
243
  with gr.Column():
244
  app()
 
239
  If desired objects are not identified, pleaset set a **smaller** confidence threshold, e.g., for visual prompts with handcrafted shape or cross-image prompts.
240
  """
241
  )
242
+ gr.Markdown(
243
+ """
244
+ Drawing *multiple* boxes or handcrafted shapes as visual prompt in an image is also supported.
245
+ """
246
+ )
247
  with gr.Row():
248
  with gr.Column():
249
  app()