chalimangolaeiii commited on
Commit
0d5f418
·
verified ·
1 Parent(s): 5309b29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -339,4 +339,4 @@ with gr.Blocks(css=css, delete_cache=(3600, 86400)) as demo:
339
  )
340
 
341
  if __name__ == "__main__":
342
- demo.launch()
 
339
  )
340
 
341
  if __name__ == "__main__":
342
+ demo.launch(ssr_mode=False)