Spaces:
Running
on
Zero
Running
on
Zero
Update breed_recommendation.py
Browse files- breed_recommendation.py +0 -4
breed_recommendation.py
CHANGED
@@ -196,11 +196,7 @@ def create_recommendation_tab(UserPreferences, get_breed_recommendations, format
|
|
196 |
print(f"#{rec['rank']-1} score: {prev_score:.4f}")
|
197 |
print(f"#{rec['rank']} score: {rec['final_score']:.4f}")
|
198 |
|
199 |
-
processing_message.update(visible=False)
|
200 |
-
description_output.update(visible=True)
|
201 |
-
|
202 |
result = format_recommendation_html(final_recommendations)
|
203 |
-
|
204 |
return [gr.update(value=result), gr.update(visible=False)]
|
205 |
|
206 |
|
|
|
196 |
print(f"#{rec['rank']-1} score: {prev_score:.4f}")
|
197 |
print(f"#{rec['rank']} score: {rec['final_score']:.4f}")
|
198 |
|
|
|
|
|
|
|
199 |
result = format_recommendation_html(final_recommendations)
|
|
|
200 |
return [gr.update(value=result), gr.update(visible=False)]
|
201 |
|
202 |
|