Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
small log change
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ def textclassification(SubmittedText):
|
|
170 |
|
171 |
# return chosenCategoryText & image for both predictions
|
172 |
logging.info(
|
173 |
-
f"Prediction Department: {chosenCategoryTexts[0]}\n\
|
174 |
)
|
175 |
return chosenCategoryTexts[0], images[0], chosenCategoryTexts[1], images[1]
|
176 |
|
|
|
170 |
|
171 |
# return chosenCategoryText & image for both predictions
|
172 |
logging.info(
|
173 |
+
f"Prediction Department: {chosenCategoryTexts[0]}\n\nPrediction Amt: {chosenCategoryTexts[1]}"
|
174 |
)
|
175 |
return chosenCategoryTexts[0], images[0], chosenCategoryTexts[1], images[1]
|
176 |
|