From ff7bb85190bd8bf7b4e041995c0cba370159a981 Mon Sep 17 00:00:00 2001 From: Hezi Aharon Date: Mon, 30 Dec 2024 12:24:36 +0000 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index f14b330..4fc2cc7 100644 --- a/app.py +++ b/app.py @@ -20,7 +20,7 @@ CYBERPUNK_STYLE = ( "Maintain a bold and immersive atmosphere that conveys a high-tech, neon-lit future." ) -with gr.Blocks(css="footer {visibility: hidden}") as demo: +with gr.Blocks() as demo: gr.Markdown("## FLUX.1-schnell Cyberpunk Image Generation") with gr.Row():