diff --git a/.gitignore b/.gitignore index be0a7417..a63da56f 100644 --- a/.gitignore +++ b/.gitignore @@ -160,4 +160,6 @@ cython_debug/ #.idea/ *.mp4 -*.txt \ No newline at end of file +*.txt +config.ini +test_samples/ \ No newline at end of file diff --git a/whisjax.py b/whisjax.py index 2022aa22..31f2dc46 100644 --- a/whisjax.py +++ b/whisjax.py @@ -164,6 +164,4 @@ def main(): if __name__ == "__main__": - # os.environ['KMP_DUPLICATE_LIB_OK'] = "1" - print("Gokul", os.environ['KMP_DUPLICATE_LIB_OK']) main()