hvoss-techfak commited on
Commit
4160c43
·
1 Parent(s): 886ac38

Testing concurrency again

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -966,4 +966,4 @@ if __name__ == "__main__":
966
  except Exception as e:
967
  print(f"Could not write default {DEFAULT_MATERIALS_CSV}: {e}")
968
  print("To run the UI, execute: python app.py") # Corrected to python app.py
969
- demo.queue(default_concurrency_limit=1).launch(share=False)
 
966
  except Exception as e:
967
  print(f"Could not write default {DEFAULT_MATERIALS_CSV}: {e}")
968
  print("To run the UI, execute: python app.py") # Corrected to python app.py
969
+ demo.queue(default_concurrency_limit=2).launch(share=False)