canksdi commited on
Commit
7c94f02
·
verified ·
1 Parent(s): a59c4ec

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,5 +122,5 @@ with gr.Blocks(title=title) as demo:
122
  )
123
 
124
  # Eşzamanlı istek sayısı ve API aktifleştirme
125
- demo.queue(concurrency_count=1)
126
  demo.launch(debug=True)
 
122
  )
123
 
124
  # Eşzamanlı istek sayısı ve API aktifleştirme
125
+ demo.queue()
126
  demo.launch(debug=True)