From 0ce9e05a425f9bd28d995842cd7eab3597c160a5 Mon Sep 17 00:00:00 2001 From: innovaciones Date: Thu, 22 Sep 2022 15:38:12 -0500 Subject: [PATCH] Fix typo --- modules/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui.py b/modules/ui.py index 34c0a5e1..0292b321 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -200,7 +200,7 @@ def check_progress_call(): else: preview_visibility = gr_show(True) - return f"{time.time()}

{progressbar}

", preview_visibility, image + return f"

{progressbar}

", preview_visibility, image def check_progress_call_initial():