multimodalart HF staff commited on
Commit
ff7a9df
·
verified ·
1 Parent(s): bf9b1dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ with gr.Blocks() as demo:
15
  cache_examples="lazy"
16
  )
17
 
18
- demo.launch()
 
15
  cache_examples="lazy"
16
  )
17
 
18
+ demo.launch(ssr_mode=False)