da03 commited on
Commit
c3853cd
·
1 Parent(s): 9e33b70
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -61,6 +61,8 @@ def predict_product(num1, num2):
61
  import time
62
  if not finished_per_model['implicit']:
63
  time.sleep(0.034)
 
 
64
  model = models[model_name]
65
  if finished_per_model[model_name]:
66
  continue
 
61
  import time
62
  if not finished_per_model['implicit']:
63
  time.sleep(0.034)
64
+ else:
65
+ time.sleep(0.01)
66
  model = models[model_name]
67
  if finished_per_model[model_name]:
68
  continue