hvoss-techfak commited on
Commit
e605b0c
·
verified ·
1 Parent(s): 74fae44

Update app.py

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