Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,6 @@ def bot_streaming(message, history, temperature, top_k, max_new_tokens):
|
|
61 |
if image is not None:
|
62 |
image = Image.open(image).convert("RGB")
|
63 |
|
64 |
-
print(image)
|
65 |
|
66 |
prompt_builder.add_turn(role="human", message=message['text'])
|
67 |
prompt_text = prompt_builder.get_prompt()
|
|
|
61 |
if image is not None:
|
62 |
image = Image.open(image).convert("RGB")
|
63 |
|
|
|
64 |
|
65 |
prompt_builder.add_turn(role="human", message=message['text'])
|
66 |
prompt_text = prompt_builder.get_prompt()
|