singletongue commited on
Commit
3312578
·
verified ·
1 Parent(s): a3c6550

Disable server-side rendering (SSR)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -507,4 +507,4 @@ with gr.Blocks() as demo:
507
  )
508
 
509
 
510
- demo.launch()
 
507
  )
508
 
509
 
510
+ demo.launch(ssr_mode=False)