harshkidzure commited on
Commit
0f197e6
1 Parent(s): 58fbd56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -112,10 +112,11 @@ if __name__ == "__main__":
112
  )
113
 
114
  with gr.Column():
115
- gallery = gr.outputs.Image(
116
- type="pil",
117
- # label="grounding results"
118
- ).style(full_width=True, full_height=True)
 
119
  # gallery = gr.Gallery(label="Generated images", show_label=False).style(
120
  # grid=[1], height="auto", container=True, full_width=True, full_height=True)
121
 
 
112
  )
113
 
114
  with gr.Column():
115
+ # gallery = gr.outputs.Image(
116
+ # type="pil",
117
+ # # label="grounding results"
118
+ # ).style(full_width=True, full_height=True)
119
+ gallery = gr.Image(type="pil")
120
  # gallery = gr.Gallery(label="Generated images", show_label=False).style(
121
  # grid=[1], height="auto", container=True, full_width=True, full_height=True)
122