Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -165,6 +165,7 @@ if uploaded_files:
|
|
165 |
context=context,
|
166 |
question=user_input
|
167 |
)
|
|
|
168 |
|
169 |
# Response Cleaning
|
170 |
clean_analysis = re.sub(r"<think>|</think>|\n{3,}", "", analysis)
|
|
|
165 |
context=context,
|
166 |
question=user_input
|
167 |
)
|
168 |
+
print(f"Analysis result:{analysis}")
|
169 |
|
170 |
# Response Cleaning
|
171 |
clean_analysis = re.sub(r"<think>|</think>|\n{3,}", "", analysis)
|