From 6ff93ddcc7e76df2af7e5f66e90f7f96b6bb9c5a Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Thu, 25 Jan 2024 22:31:43 -0800 Subject: [PATCH] Update gradio_compile.py --- modules_forge/gradio_compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules_forge/gradio_compile.py b/modules_forge/gradio_compile.py index c5470125..4737981f 100644 --- a/modules_forge/gradio_compile.py +++ b/modules_forge/gradio_compile.py @@ -19,6 +19,6 @@ def gradio_compile(items, prefix): step = float(d.get('step', 0.001)) print(f'{name} = gr.Slider(label=\'{title}\', minimum={min}, maximum={max}, step={step}, value={default})') else: - print('error ' + t) + print('error ' + str(t)) return