Spaces:
Running
on
Zero
Running
on
Zero
decrease image size
Browse files- app_dialogue.py +1 -1
app_dialogue.py
CHANGED
|
@@ -273,7 +273,7 @@ chatbot = gr.Chatbot(
|
|
| 273 |
)
|
| 274 |
|
| 275 |
|
| 276 |
-
with gr.Blocks(fill_height=True, css=".message-wrap.svelte-1lcyrx4>div.svelte-1lcyrx4 img { width: auto; max-width:
|
| 277 |
# model selector should be set to `visbile=False` ultimately
|
| 278 |
with gr.Row(elem_id="model_selector_row"):
|
| 279 |
model_selector = gr.Dropdown(
|
|
|
|
| 273 |
)
|
| 274 |
|
| 275 |
|
| 276 |
+
with gr.Blocks(fill_height=True, css=".message-wrap.svelte-1lcyrx4>div.svelte-1lcyrx4 img { width: auto; max-width: 30%; height: auto; max-height: 30%; }") as demo:
|
| 277 |
# model selector should be set to `visbile=False` ultimately
|
| 278 |
with gr.Row(elem_id="model_selector_row"):
|
| 279 |
model_selector = gr.Dropdown(
|