Update app.py
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 59s
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 59s
This commit is contained in:
parent
fab45d0b5c
commit
5519923301
2
app.py
2
app.py
@ -12,7 +12,7 @@ API_TOKEN = os.environ.get("SAI_API_TOKEN", "")
|
||||
MAX_SEED = np.iinfo(np.int32).max
|
||||
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")
|
||||
|
||||
with gr.Row():
|
||||
|
Loading…
x
Reference in New Issue
Block a user