benibraz commited on
Commit
9232ff2
·
1 Parent(s): 32ffeb2

Remove max_thread_count from iface.launch configuration for streamlined setup

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -592,6 +592,5 @@ if __name__ == "__main__":
592
  max_size=64,
593
  default_concurrency_limit=1,
594
  api_open=False,
595
- max_thread_count=1,
596
  status_update_rate=1,
597
  ).launch(share=True, prevent_thread_lock=True)
 
592
  max_size=64,
593
  default_concurrency_limit=1,
594
  api_open=False,
 
595
  status_update_rate=1,
596
  ).launch(share=True, prevent_thread_lock=True)