Spaces:
Sleeping
Sleeping
Logging
Browse files
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 |
-
|
1192 |
-
print(choice_values)
|
1193 |
|
1194 |
-
|
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,
|