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

This commit is contained in:
Hezi Aharon 2024-12-30 14:16:59 +00:00
parent fab45d0b5c
commit 5519923301

2
app.py

@ -12,7 +12,7 @@ API_TOKEN = os.environ.get("SAI_API_TOKEN", "")
MAX_SEED = np.iinfo(np.int32).max MAX_SEED = np.iinfo(np.int32).max
MAX_IMAGE_SIZE = 2048 MAX_IMAGE_SIZE = 2048
with gr.Blocks(css="footer {visibility: hidden}") as demo: with gr.Blocks() as demo:
gr.Markdown("## FLUX.1-schnell Image Generation") gr.Markdown("## FLUX.1-schnell Image Generation")
with gr.Row(): with gr.Row():