Ksjsjjdj commited on
Commit
af9bf03
·
verified ·
1 Parent(s): 67d7ff0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,7 +1,6 @@
1
  import os
2
  import json
3
  import logging
4
- import multiprocessing
5
  import threading
6
  import uuid
7
  import time
@@ -549,4 +548,4 @@ with gr.Blocks(title="Nucleus Enterprise") as demo:
549
  )
550
 
551
  if __name__ == "__main__":
552
- demo.launch()
 
1
  import os
2
  import json
3
  import logging
 
4
  import threading
5
  import uuid
6
  import time
 
548
  )
549
 
550
  if __name__ == "__main__":
551
+ demo.launch(ssr_mode=False)