Spaces:
Runtime error
Runtime error
Commit
·
7370dba
1
Parent(s):
364c4a3
Update app.py
Browse files
app.py
CHANGED
|
@@ -88,7 +88,7 @@ def bot(
|
|
| 88 |
yield chatbot
|
| 89 |
|
| 90 |
|
| 91 |
-
image_prompt_component = gr.Image(type="pil", label="Image", scale=1, height=
|
| 92 |
chatbot_component = gr.Chatbot(
|
| 93 |
label='Blueberry-AI',
|
| 94 |
bubble_full_width=False,
|
|
|
|
| 88 |
yield chatbot
|
| 89 |
|
| 90 |
|
| 91 |
+
image_prompt_component = gr.Image(type="pil", label="Image", scale=1, height=70)
|
| 92 |
chatbot_component = gr.Chatbot(
|
| 93 |
label='Blueberry-AI',
|
| 94 |
bubble_full_width=False,
|