mirror of
https://github.com/gpt-omni/mini-omni
synced 2025-01-22 10:36:04 +00:00
4 lines
81 B
Python
4 lines
81 B
Python
import os
|
|
import sys
|
|
|
|
sys.path.append(os.path.dirname(os.path.abspath(__file__))) |