Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ from llava.mm_utils import (
|
|
31 |
KeywordsStoppingCriteria,
|
32 |
)
|
33 |
|
34 |
-
from
|
35 |
|
36 |
from PIL import Image
|
37 |
|
@@ -326,6 +326,7 @@ with gr.Blocks(
|
|
326 |
clear_btn = gr.Button(value="🗑️ Clear history", interactive=True)
|
327 |
|
328 |
chat_input = gr.MultimodalTextbox(
|
|
|
329 |
interactive=True,
|
330 |
file_types=["image", "video"],
|
331 |
placeholder="Enter message or upload file...",
|
|
|
31 |
KeywordsStoppingCriteria,
|
32 |
)
|
33 |
|
34 |
+
from serve_constants import html_header
|
35 |
|
36 |
from PIL import Image
|
37 |
|
|
|
326 |
clear_btn = gr.Button(value="🗑️ Clear history", interactive=True)
|
327 |
|
328 |
chat_input = gr.MultimodalTextbox(
|
329 |
+
value="🚀 Send",
|
330 |
interactive=True,
|
331 |
file_types=["image", "video"],
|
332 |
placeholder="Enter message or upload file...",
|