Update web_demo (#247)

This commit is contained in:
Wendong-Fan 2025-03-12 23:58:04 +08:00 committed by GitHub
commit 206d6aef25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

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"""

View File

@ -22,6 +22,7 @@ import os
import sys
from pathlib import Path
os.environ['PYTHONIOENCODING'] = 'utf-8'
def main():
"""主函数启动OWL智能助手运行平台"""