kokuma commited on
Commit
d583f40
·
verified ·
1 Parent(s): fb83bc6
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -1188,11 +1188,9 @@ def reroll(raw_idx, text_embeddings, class_order):
1188
 
1189
  choice_values = list(zip(choice_names, choice_values))
1190
 
1191
- print("choice_values")
1192
- print(choice_values)
1193
 
1194
- print("correct_choice")
1195
- print(correct_choice)
1196
 
1197
  next_radio = gr.Radio(
1198
  choices=choice_values,
 
1188
 
1189
  choice_values = list(zip(choice_names, choice_values))
1190
 
1191
+ gr.Warning(choice_values)
 
1192
 
1193
+ gr.Warning(correct_choice)
 
1194
 
1195
  next_radio = gr.Radio(
1196
  choices=choice_values,