zdou0830 commited on
Commit
ad108ae
1 Parent(s): bbe0905

specified tokens

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ image = gr.inputs.Image()
77
  gr.Interface(
78
  description="Object Recognition with DesCo",
79
  fn=predict,
80
- inputs=["image", "text", "ground tokens (optional)"],
81
  outputs=[
82
  gr.outputs.Image(
83
  type="pil",
 
77
  gr.Interface(
78
  description="Object Recognition with DesCo",
79
  fn=predict,
80
+ inputs=["image", "text", "text"],
81
  outputs=[
82
  gr.outputs.Image(
83
  type="pil",