LPX55 commited on
Commit
a3afb4d
·
verified ·
1 Parent(s): ea95c47

Update mini.py

Browse files
Files changed (1) hide show
  1. mini.py +2 -2
mini.py CHANGED
@@ -431,6 +431,6 @@ if __name__ == "__main__":
431
  demo.launch(
432
  server_name="0.0.0.0", # Listen on all network interfaces
433
  server_port=7860, # Use a specific port
434
- share=False, # Disable public URL sharing
435
- ssr_mode=False # Fixes bug for some users
436
  )
 
431
  demo.launch(
432
  server_name="0.0.0.0", # Listen on all network interfaces
433
  server_port=7860, # Use a specific port
434
+ # share=False, # Disable public URL sharing
435
+ # ssr_mode=False # Fixes bug for some users
436
  )