From 483204efda38325a61c199ec7b9d5445c5bb5996 Mon Sep 17 00:00:00 2001 From: Jaikinator Date: Fri, 26 Jan 2024 16:15:58 +0100 Subject: [PATCH] removed print --- scraibe/app/app.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scraibe/app/app.py b/scraibe/app/app.py index 798e2be..a50dfc2 100644 --- a/scraibe/app/app.py +++ b/scraibe/app/app.py @@ -67,6 +67,4 @@ def app(config : str = None, **kwargs): gradio_Interface(layout).queue(**config.queue).launch(**config.launch) timer.join() - gv.MODEL_PROCESS.join() - - print('') \ No newline at end of file + gv.MODEL_PROCESS.join() \ No newline at end of file