Spaces:
Build error
Build error
Update app_dialogue.py
Browse files- app_dialogue.py +1 -1
app_dialogue.py
CHANGED
@@ -873,7 +873,7 @@ And so, the story of Mulan and Shrek's romance came to an end, leaving a lasting
|
|
873 |
generated_text.strip("<end_of_utterance>"),
|
874 |
)
|
875 |
)
|
876 |
-
|
877 |
return "", None, chat_history
|
878 |
|
879 |
def process_example(message, image):
|
|
|
873 |
generated_text.strip("<end_of_utterance>"),
|
874 |
)
|
875 |
)
|
876 |
+
print(f"chat_history (ELSE IF image is available) is -{chat_history}")
|
877 |
return "", None, chat_history
|
878 |
|
879 |
def process_example(message, image):
|