Update app.py
Browse files
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)
|