Update app.py
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 1m1s

This commit is contained in:
Hezi Aharon 2024-12-30 12:24:36 +00:00
parent ae248846c8
commit ff7bb85190

2
app.py

@ -20,7 +20,7 @@ CYBERPUNK_STYLE = (
"Maintain a bold and immersive atmosphere that conveys a high-tech, neon-lit future." "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") gr.Markdown("## FLUX.1-schnell Cyberpunk Image Generation")
with gr.Row(): with gr.Row():