Gapeleon Tonic commited on
Commit
1a1eaff
·
verified ·
1 Parent(s): b6a729c

Solves 500 error for some Users (#1)

Browse files

- Solves 500 error for some Users (b717862d9e28ac61200e34cb2a4c55620c254235)


Co-authored-by: Joseph [open/acc] Pollack <[email protected]>

Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -328,5 +328,6 @@ if __name__ == "__main__":
328
  demo.queue() # Enable queuing for Zero GPU
329
  demo.launch(
330
  server_name="0.0.0.0",
331
- server_port=7860
 
332
  )
 
328
  demo.queue() # Enable queuing for Zero GPU
329
  demo.launch(
330
  server_name="0.0.0.0",
331
+ server_port=7860,
332
+ ssr_mode=False
333
  )