audrey06100 commited on
Commit
5bfc499
·
1 Parent(s): 1f56568
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -705,7 +705,7 @@ with gr.Blocks(js=js, delete_cache=(3600, 3600)) as demo:
705
  channel_info["inputDict"][sel_name]["assigned"] = True
706
 
707
  # update the new round
708
- step2["count"] += 1
709
  tpl_name = stage1_info["emptyTemplate"][step2["count"]-1]
710
  label = '{} ({}/{})'.format(tpl_name, step2["count"], step2["totalNum"])
711
 
 
705
  channel_info["inputDict"][sel_name]["assigned"] = True
706
 
707
  # update the new round
708
+ step2["count"] += 1
709
  tpl_name = stage1_info["emptyTemplate"][step2["count"]-1]
710
  label = '{} ({}/{})'.format(tpl_name, step2["count"], step2["totalNum"])
711