akclick1401 commited on
Commit
70e91fe
·
verified ·
1 Parent(s): 1d5ed0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,4 +7,4 @@ with gr.Blocks(fill_height=True) as demo:
7
  button = gr.LoginButton("Sign in")
8
  gr.load("models/black-forest-labs/FLUX.1-dev", accept_token=button, provider="fal-ai")
9
 
10
- demo.launch()
 
7
  button = gr.LoginButton("Sign in")
8
  gr.load("models/black-forest-labs/FLUX.1-dev", accept_token=button, provider="fal-ai")
9
 
10
+ demo.launch(ssr_mode=False)