aifeifei798 commited on
Commit
ef096c2
1 Parent(s): ba7ccc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,7 +34,7 @@ MAX_IMAGE_SIZE = 2048
34
  css="""
35
  #col-container {
36
  width: auto;
37
- height: 600px;
38
  }
39
  """
40
  @spaces.GPU()
@@ -191,7 +191,7 @@ with gr.Blocks(css=css) as demo:
191
  step=0.1,
192
  value=3.5,
193
  )
194
- with gr.Column(scale=1,elem_id="col-container"):
195
  gr.ChatInterface(
196
  predict,
197
  type="messages",
 
34
  css="""
35
  #col-container {
36
  width: auto;
37
+ height: 650px;
38
  }
39
  """
40
  @spaces.GPU()
 
191
  step=0.1,
192
  value=3.5,
193
  )
194
+ with gr.Column(scale=3,elem_id="col-container"):
195
  gr.ChatInterface(
196
  predict,
197
  type="messages",