zwq2018 commited on
Commit
33e08b4
1 Parent(s): 32a8781
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -353,7 +353,7 @@ def run(instruction, add_to_queue=None, send_chat_request_Azure = send_official_
353
 
354
  print(output_result)
355
  buf = BytesIO()
356
- plt.savefig(buf, format='png', fontproperties=font_prop)
357
  buf.seek(0)
358
  #
359
  #
 
353
 
354
  print(output_result)
355
  buf = BytesIO()
356
+ plt.savefig(buf, format='png', fontproperties=font_prop, dpi=300)
357
  buf.seek(0)
358
  #
359
  #