Spaces:
Sleeping
Sleeping
Commit
·
2296fd1
1
Parent(s):
be921ab
update
Browse files
app.py
CHANGED
@@ -490,7 +490,7 @@ with gr.Blocks() as demo:
|
|
490 |
channel_info["inputDict"][selected_radio]["assigned"] = True
|
491 |
#print(prev_target_name, '<-', selected_radio)
|
492 |
|
493 |
-
#
|
494 |
# exclude the selected in_channel of the previous round
|
495 |
stage1_info["unassignedInputs"] = app_utils.get_unassigned_inputs(channel_info["inputOrder"],
|
496 |
channel_info["inputDict"])
|
|
|
490 |
channel_info["inputDict"][selected_radio]["assigned"] = True
|
491 |
#print(prev_target_name, '<-', selected_radio)
|
492 |
|
493 |
+
# --------------------------------update information--------------------------------
|
494 |
# exclude the selected in_channel of the previous round
|
495 |
stage1_info["unassignedInputs"] = app_utils.get_unassigned_inputs(channel_info["inputOrder"],
|
496 |
channel_info["inputDict"])
|