Dongxu Li
commited on
Commit
·
2f30c0e
1
Parent(s):
bb8b748
disabling printing prompt to console.
Browse files
app.py
CHANGED
@@ -96,7 +96,6 @@ def inference_chat(
|
|
96 |
history.append(text_input)
|
97 |
|
98 |
prompt = " ".join(history)
|
99 |
-
print(prompt)
|
100 |
|
101 |
output = query_chat_api(
|
102 |
image, prompt, decoding_method, temperature, length_penalty, repetition_penalty
|
|
|
96 |
history.append(text_input)
|
97 |
|
98 |
prompt = " ".join(history)
|
|
|
99 |
|
100 |
output = query_chat_api(
|
101 |
image, prompt, decoding_method, temperature, length_penalty, repetition_penalty
|