Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,6 @@ prompt_builder = vlm.get_prompt_builder()
|
|
| 39 |
def bot_streaming(message, history, temperature, top_k, max_new_tokens):
|
| 40 |
if len(history) == 0:
|
| 41 |
prompt_builder.prompt, prompt_builder.turn_count = "", 0
|
| 42 |
-
print(message)
|
| 43 |
if message["files"]:
|
| 44 |
image = message["files"][-1]["path"]
|
| 45 |
else:
|
|
|
|
| 39 |
def bot_streaming(message, history, temperature, top_k, max_new_tokens):
|
| 40 |
if len(history) == 0:
|
| 41 |
prompt_builder.prompt, prompt_builder.turn_count = "", 0
|
|
|
|
| 42 |
if message["files"]:
|
| 43 |
image = message["files"][-1]["path"]
|
| 44 |
else:
|