[F] Fix bot
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ def process_audio(message: Message):
|
|||||||
|
|
||||||
# Draw results
|
# Draw results
|
||||||
with draw_result(str(file), result) as buf:
|
with draw_result(str(file), result) as buf:
|
||||||
f, m, o = get_result_percentages(result)
|
f, m, o, pf = get_result_percentages(result)
|
||||||
msg = f"分析结果: {f*100:.0f}% 🙋♀️ | {m*100:.0f}% 🙋♂️ | {o*100:.0f}% 🚫\n" \
|
msg = f"分析结果: {f*100:.0f}% 🙋♀️ | {m*100:.0f}% 🙋♂️ | {o*100:.0f}% 🚫\n" \
|
||||||
f"(结果仅供参考, 如果结果不是你想要的,那就是模型的问题,欢迎反馈)\n" \
|
f"(结果仅供参考, 如果结果不是你想要的,那就是模型的问题,欢迎反馈)\n" \
|
||||||
f"" \
|
f"" \
|
||||||
|
|||||||
Reference in New Issue
Block a user