Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1149,7 +1149,7 @@ def prepare(raw_idx, text_embeddings, class_order):
|
|
| 1149 |
warnings.warn(f"model_choice: {model_choice}\n\n")
|
| 1150 |
|
| 1151 |
next_radio = gr.Radio(
|
| 1152 |
-
choices=
|
| 1153 |
interactive=True,
|
| 1154 |
label="Select the correct answer:",
|
| 1155 |
value=None,
|
|
|
|
| 1149 |
warnings.warn(f"model_choice: {model_choice}\n\n")
|
| 1150 |
|
| 1151 |
next_radio = gr.Radio(
|
| 1152 |
+
choices=new_choice_values,
|
| 1153 |
interactive=True,
|
| 1154 |
label="Select the correct answer:",
|
| 1155 |
value=None,
|