Spaces:
Running
on
Zero
Running
on
Zero
aifeifei798
commited on
Commit
•
ef096c2
1
Parent(s):
ba7ccc0
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ MAX_IMAGE_SIZE = 2048
|
|
34 |
css="""
|
35 |
#col-container {
|
36 |
width: auto;
|
37 |
-
height:
|
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=
|
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",
|