Cristóbal Hernández commited on
Commit
c8780fe
·
1 Parent(s): d52b8f4

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def classify_output(item):
58
  })
59
 
60
  # Initial minimal delay
61
- min_delay = 1 # seconds
62
  #If model is idle wait and try again.
63
  while 'error' in output1 or 'error' in output2:
64
  if 'error' in output1:
 
58
  })
59
 
60
  # Initial minimal delay
61
+ min_delay = 5 # seconds
62
  #If model is idle wait and try again.
63
  while 'error' in output1 or 'error' in output2:
64
  if 'error' in output1: