Junjie96 commited on
Commit
1e69d1f
1 Parent(s): 5274aad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -225,8 +225,8 @@ if __name__ == "__main__":
225
  # <h5 style="margin: 0; color: red">如果你认为该项目有所帮助的话,不妨给我们Github点个Star以便获取最新的项目进展.</h5>
226
  with gr.Tabs(elem_classes=["Tab"]):
227
  with gr.TabItem("Image Gallery"):
228
- gr.Gallery(label="Basic Usage", value=basic_usage, height=320, columns=4, object_fit="scale-down")
229
- gr.Gallery(label="Advanced Combinations", value=showcases, height=800, columns=4, object_fit="scale-down")
230
  with gr.TabItem("Image Creation"):
231
  with gr.Row():
232
  with gr.Column(scale=1):
 
225
  # <h5 style="margin: 0; color: red">如果你认为该项目有所帮助的话,不妨给我们Github点个Star以便获取最新的项目进展.</h5>
226
  with gr.Tabs(elem_classes=["Tab"]):
227
  with gr.TabItem("Image Gallery"):
228
+ gr.Gallery(label="Basic Usage", value=basic_usage, height=400, columns=4, object_fit="scale-down")
229
+ gr.Gallery(label="Advanced Combinations", value=showcases, height=1200, columns=4, object_fit="scale-down")
230
  with gr.TabItem("Image Creation"):
231
  with gr.Row():
232
  with gr.Column(scale=1):