Sun Tao commited on
Commit
13d3489
·
1 Parent(s): 9780a9a

Update run_app.py

Browse files
Files changed (1) hide show
  1. run_app.py +1 -0
run_app.py CHANGED
@@ -22,6 +22,7 @@ import os
22
  import sys
23
  from pathlib import Path
24
 
 
25
 
26
  def main():
27
  """Main function to launch the OWL Intelligent Assistant Platform"""
 
22
  import sys
23
  from pathlib import Path
24
 
25
+ os.environ['PYTHONIOENCODING'] = 'utf-8'
26
 
27
  def main():
28
  """Main function to launch the OWL Intelligent Assistant Platform"""