adrienbrdne commited on
Commit
239cd2b
·
verified ·
1 Parent(s): 5b796bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def predict_batch(items: ProblematicList):
105
  results = []
106
 
107
  # Batch processing
108
- batch_size = 16
109
  for i in range(0, len(items.problematics), batch_size):
110
  batch_texts = items.problematics[i:i+batch_size]
111
 
 
105
  results = []
106
 
107
  # Batch processing
108
+ batch_size = 8
109
  for i in range(0, len(items.problematics), batch_size):
110
  batch_texts = items.problematics[i:i+batch_size]
111