Spaces:
Runtime error
Runtime error
root
commited on
Commit
·
e8b9ef5
1
Parent(s):
3d40215
Adjust the layout
Browse files
app.py
CHANGED
@@ -348,7 +348,7 @@ if __name__ == "__main__":
|
|
348 |
visible=False,
|
349 |
image_mode="RGBA",
|
350 |
elem_id="img2img_editor"
|
351 |
-
)
|
352 |
with gr.Tabs(visible=False):
|
353 |
with gr.TabItem("编辑设置"):
|
354 |
with gr.Row():
|
|
|
348 |
visible=False,
|
349 |
image_mode="RGBA",
|
350 |
elem_id="img2img_editor"
|
351 |
+
)
|
352 |
with gr.Tabs(visible=False):
|
353 |
with gr.TabItem("编辑设置"):
|
354 |
with gr.Row():
|