merve HF staff commited on
Commit
2eb0244
1 Parent(s): 4bea437

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}' assistantAnswer:"
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.")