Spaces:
Running
Running
Commit
·
75318f4
1
Parent(s):
2bebf02
removing logs
Browse files
main.py
CHANGED
@@ -133,10 +133,6 @@ def predict(data: PredictRequest):
|
|
133 |
}
|
134 |
]
|
135 |
|
136 |
-
|
137 |
-
print("messages: ", messages)
|
138 |
-
|
139 |
-
|
140 |
# Prepare inputs for the model
|
141 |
text = processor.apply_chat_template(
|
142 |
messages, tokenize=False, add_generation_prompt=True
|
|
|
133 |
}
|
134 |
]
|
135 |
|
|
|
|
|
|
|
|
|
136 |
# Prepare inputs for the model
|
137 |
text = processor.apply_chat_template(
|
138 |
messages, tokenize=False, add_generation_prompt=True
|