codelion commited on
Commit
19653e3
1 Parent(s): e38c429

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ if __name__ == "__main__":
106
  )
107
 
108
  with gr.Column():
109
- gallery = gr.outputs.Image(
110
  type="pil",
111
  # label="grounding results"
112
  ).style(full_width=True, full_height=True)
 
106
  )
107
 
108
  with gr.Column():
109
+ gallery = gr.Image(
110
  type="pil",
111
  # label="grounding results"
112
  ).style(full_width=True, full_height=True)