mirror of
https://github.com/gpt-omni/mini-omni
synced 2025-01-22 18:48:18 +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__)))
|