suhyun.kang commited on
Commit
44ad98f
1 Parent(s): c73f9e9

apply code review

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def bot(state_a, state_b, request: gr.Request):
53
  while True:
54
  stop = True
55
 
56
- for i in range(2):
57
  try:
58
  yielded = next(generators[i])
59
 
 
53
  while True:
54
  stop = True
55
 
56
+ for i in range(len(generators)):
57
  try:
58
  yielded = next(generators[i])
59