From e1951339f0147f2a8c6dd98cd12a20d302d8d953 Mon Sep 17 00:00:00 2001 From: lllyasviel Date: Thu, 25 Jan 2024 22:16:54 -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 a2bd3974..aaf1812b 100644 --- a/modules_forge/gradio_compile.py +++ b/modules_forge/gradio_compile.py @@ -1,5 +1,5 @@ def gradio_compile(items, prefix): - for k, v in items.items(): + for k, v in items["required"].items(): a = 0 return