Reality123b commited on
Commit
4c8eb05
·
verified ·
1 Parent(s): 556e4e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -681,7 +681,7 @@ class XylariaChat:
681
 
682
  if image_filepath:
683
  response_stream = self.get_response(message, image_filepath)
684
- else:
685
  response_stream = self.get_response(message)
686
 
687
  if isinstance(response_stream, str):
 
681
 
682
  if image_filepath:
683
  response_stream = self.get_response(message, image_filepath)
684
+ else:
685
  response_stream = self.get_response(message)
686
 
687
  if isinstance(response_stream, str):