Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def bot_streaming(message, history):
|
|
43 |
|
44 |
txt = message["text"]
|
45 |
img = message["files"]
|
46 |
-
ext_buffer =f"'user\ntext': '{txt}', 'files': '{img}'
|
47 |
|
48 |
if image is None:
|
49 |
gr.Error("You need to upload an image or video for LLaVA to work.")
|
|
|
43 |
|
44 |
txt = message["text"]
|
45 |
img = message["files"]
|
46 |
+
ext_buffer =f"'user\ntext': '{txt}', 'files': '{img}' assistant"
|
47 |
|
48 |
if image is None:
|
49 |
gr.Error("You need to upload an image or video for LLaVA to work.")
|