Update run_app.py

This commit is contained in:
Sun Tao 2025-03-12 23:44:42 +08:00 committed by GitHub
parent 664a21c866
commit be8497677e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,7 @@ import os
import sys
from pathlib import Path
os.environ['PYTHONIOENCODING'] = 'utf-8'
def main():
"""Main function to launch the OWL Intelligent Assistant Platform"""