Spaces:
Running
on
Zero
Running
on
Zero
Update feifeiui/feifeiui.py
Browse files- feifeiui/feifeiui.py +2 -2
feifeiui/feifeiui.py
CHANGED
@@ -14,7 +14,7 @@ MAX_IMAGE_SIZE = 2048
|
|
14 |
css = """
|
15 |
#col-container {
|
16 |
width: auto;
|
17 |
-
height:
|
18 |
}
|
19 |
"""
|
20 |
|
@@ -106,7 +106,7 @@ def create_ui():
|
|
106 |
result = gr.Image(label="Result",
|
107 |
show_label=False,
|
108 |
interactive=False,
|
109 |
-
height=
|
110 |
|
111 |
with gr.Tab("GenPrompt"):
|
112 |
|
|
|
14 |
css = """
|
15 |
#col-container {
|
16 |
width: auto;
|
17 |
+
height: 998px;
|
18 |
}
|
19 |
"""
|
20 |
|
|
|
106 |
result = gr.Image(label="Result",
|
107 |
show_label=False,
|
108 |
interactive=False,
|
109 |
+
height=940)
|
110 |
|
111 |
with gr.Tab("GenPrompt"):
|
112 |
|