mirror of
https://github.com/gpt-omni/mini-omni
synced 2025-06-26 18:16:26 +00:00
解决ModuleNotFoundError: No module named 'utils'。因为 utils 模块在项目中的路径不在 Python 的默认搜索路径中,可以手动添加路径。例如,在 omni_streamlit.py 文件顶部添加代码。
解决ModuleNotFoundError: No module named 'utils'。因为 utils 模块在项目中的路径不在 Python 的默认搜索路径中,可以手动添加路径。例如,在 omni_streamlit.py 文件顶部添加代码。