Omkar008 commited on
Commit
87537d5
1 Parent(s): d4579c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -68,9 +68,12 @@ iface = gr.Interface(
68
  inputs=[gr.Textbox(lines=4,
69
  label="Write what you are looking for in an image...",
70
  placeholder="Text Here...")],
 
 
 
71
  outputs=[gr.Gallery(
72
- label="Generated images", show_label=False, elem_id="gallery"
73
- ).style(grid=[2], height="auto")]
74
  ,examples=[
75
  [("Vacation Star")],
76
  [("Rock Star")],
 
68
  inputs=[gr.Textbox(lines=4,
69
  label="Write what you are looking for in an image...",
70
  placeholder="Text Here...")],
71
+ # outputs=[gr.Gallery(
72
+ # label="Generated images", show_label=False, elem_id="gallery"
73
+ # ).style(grid=[2], height="auto")]
74
  outputs=[gr.Gallery(
75
+ label="Generated images", show_label=False, elem_id="gallery",height="auto",grid=[2]
76
+ )]
77
  ,examples=[
78
  [("Vacation Star")],
79
  [("Rock Star")],