diff --git a/webui.py b/webui.py index ecac7f2..fbd3a51 100644 --- a/webui.py +++ b/webui.py @@ -7,11 +7,11 @@ import time import warnings -import pandas as pd - warnings.filterwarnings("ignore", category=FutureWarning) warnings.filterwarnings("ignore", category=UserWarning) +import pandas as pd + current_dir = os.path.dirname(os.path.abspath(__file__)) sys.path.append(current_dir) sys.path.append(os.path.join(current_dir, "indextts"))