From b69aff1f32bd334e0a2a092e6ab87af0811c2416 Mon Sep 17 00:00:00 2001 From: Ramiro Mendez <66712961+RamiroG8k@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:02:41 -0600 Subject: [PATCH] Fix gradio broken ui for warnings --- gradio_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradio_app.py b/gradio_app.py index 719bdd5..27e061a 100644 --- a/gradio_app.py +++ b/gradio_app.py @@ -278,7 +278,7 @@ def build_app(): label="Text Prompts", examples_per_page=18) if not HAS_TEXTUREGEN: - gr.HTML(""") + gr.HTML("""
Warning: Texture synthesis is disable due to missing requirements,