aifeifei798 commited on
Commit
fc9aaf0
·
verified ·
1 Parent(s): 7cbc58d

Update feifeiui/feifeiui.py

Browse files
Files changed (1) hide show
  1. 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: 798px;
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=740)
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