Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
| 229 |
-
gr.Gallery(label="Advanced Combinations", value=showcases, height=
|
| 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):
|