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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ if __name__ == "__main__":
109
  gallery = gr.Image(
110
  type="pil",
111
  # label="grounding results"
112
- ).style(full_width=True, full_height=True)
113
  # gallery = gr.Gallery(label="Generated images", show_label=False).style(
114
  # grid=[1], height="auto", container=True, full_width=True, full_height=True)
115
 
 
109
  gallery = gr.Image(
110
  type="pil",
111
  # label="grounding results"
112
+ )
113
  # gallery = gr.Gallery(label="Generated images", show_label=False).style(
114
  # grid=[1], height="auto", container=True, full_width=True, full_height=True)
115