helloworld-S commited on
Commit
60af241
·
verified ·
1 Parent(s): 48ffa2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -506,5 +506,6 @@ if __name__ == "__main__":
506
  run_on_click=True,
507
  label="Examples"
508
  )
509
-
510
- demo.launch()
 
 
506
  run_on_click=True,
507
  label="Examples"
508
  )
509
+
510
+ demo.queue()
511
+ demo.launch(ssr_mode=False)