From 2621918d7ee074c19df9f4aa14a3066b8c281d9d Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 28 Jan 2023 10:35:51 -0500 Subject: [PATCH] update models preview --- cli/models.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cli/models.py b/cli/models.py index 80a9bcea1..4404f670b 100755 --- a/cli/models.py +++ b/cli/models.py @@ -109,6 +109,4 @@ if __name__ == '__main__': parser.add_argument('--output', type = str, default = '', required = False, help = 'output directory') parser.add_argument('input', type = str, nargs = '*') params = parser.parse_args() - print('INPUT', params.input) - exit() asyncio.run(models(params))