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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -68,12 +68,10 @@ 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
  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")],
 
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
+
75
  ,examples=[
76
  [("Vacation Star")],
77
  [("Rock Star")],