nightfury commited on
Commit
4af1695
1 Parent(s): 31640b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -225,13 +225,13 @@ if __name__ == "__main__":
225
  # gr.Gallery(label="Basic Usage", value=basic_usage, height=400, columns=4, object_fit="scale-down")
226
  # gr.Gallery(label="Advanced Combinations", value=showcases, height=1200, columns=4, object_fit="scale-down")
227
  # with gr.TabItem("Image Creation"):
228
- with gr.Row():
229
- with gr.Column(scale=1):
230
- ...
231
- with gr.Column(scale=3):
232
- #gr.Image(value="assets/banner/banner.png", width=1024, show_label=False, show_download_button=False)
233
- with gr.Column(scale=1):
234
- ...
235
  with gr.Accordion(label="🧭 Instructions:", open=True, elem_id="accordion"):
236
  with gr.Row(equal_height=True):
237
  # with gr.Row(elem_id="ShowCase"):
 
225
  # gr.Gallery(label="Basic Usage", value=basic_usage, height=400, columns=4, object_fit="scale-down")
226
  # gr.Gallery(label="Advanced Combinations", value=showcases, height=1200, columns=4, object_fit="scale-down")
227
  # with gr.TabItem("Image Creation"):
228
+ # with gr.Row():
229
+ # with gr.Column(scale=1):
230
+ # ...
231
+ # with gr.Column(scale=3):
232
+ # ... #gr.Image(value="assets/banner/banner.png", width=1024, show_label=False, show_download_button=False)
233
+ # with gr.Column(scale=1):
234
+ # ...
235
  with gr.Accordion(label="🧭 Instructions:", open=True, elem_id="accordion"):
236
  with gr.Row(equal_height=True):
237
  # with gr.Row(elem_id="ShowCase"):