hyesulim commited on
Commit
fdf6b95
·
verified ·
1 Parent(s): bdd4e6b

test: remove concurrency count

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -732,7 +732,7 @@ if __name__ == "__main__":
732
  # Initialize the interface with error handling
733
  try:
734
  demo = create_interface()
735
- demo.queue(concurrency_count=2) # Limit concurrent operations
736
  demo.launch(
737
  server_name="0.0.0.0",
738
  server_port=7860,
 
732
  # Initialize the interface with error handling
733
  try:
734
  demo = create_interface()
735
+ demo.queue() # Limit concurrent operations
736
  demo.launch(
737
  server_name="0.0.0.0",
738
  server_port=7860,