jameslahm commited on
Commit
24ab922
·
verified ·
1 Parent(s): 48f1c05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -225,7 +225,7 @@ with gradio_app:
225
  gr.HTML(
226
  """
227
  <h3 style='text-align: center'>
228
- <a href='' target='_blank'>arXiv</a> | <a href='https://github.com/THU-MIG/yoloe' target='_blank'>github</a>
229
  </h3>
230
  """)
231
  gr.Markdown(
@@ -235,7 +235,7 @@ with gradio_app:
235
  )
236
  gr.Markdown(
237
  """
238
- If desired objects are not identified, pleaset set a **smaller** confidence threshold, eg., for visual prompts with handcrafted shape or cross-image prompts.
239
  """
240
  )
241
  with gr.Row():
 
225
  gr.HTML(
226
  """
227
  <h3 style='text-align: center'>
228
+ <a href='https://arxiv.org/abs/2503.07465' target='_blank'>arXiv</a> | <a href='https://github.com/THU-MIG/yoloe' target='_blank'>github</a>
229
  </h3>
230
  """)
231
  gr.Markdown(
 
235
  )
236
  gr.Markdown(
237
  """
238
+ If desired objects are not identified, pleaset set a **smaller** confidence threshold, e.g., for visual prompts with handcrafted shape or cross-image prompts.
239
  """
240
  )
241
  with gr.Row():