Spaces:
Sleeping
Sleeping
quantumiracle-git
commited on
Commit
·
ad48e43
1
Parent(s):
a5c239a
Update app.py
Browse files
app.py
CHANGED
@@ -327,7 +327,7 @@ def build_interface(iter=3, data_folder=VIDEO_PATH):
|
|
327 |
last_infer_right_video_path = infer_right_video_path
|
328 |
|
329 |
# btn1 = gr.Button("Replay")
|
330 |
-
user_choice = gr.Radio(["Left", "Right", "Not Sure"], label="Which one is your favorite?")
|
331 |
choose_env = gr.Radio(["Random"]+ENVS, label="Choose the next task:")
|
332 |
btn2 = gr.Button("Next")
|
333 |
|
|
|
327 |
last_infer_right_video_path = infer_right_video_path
|
328 |
|
329 |
# btn1 = gr.Button("Replay")
|
330 |
+
user_choice = gr.Radio(["Left", "Right", "Not Sure", "Both Good", "Both Bad"], label="Which one is your favorite?")
|
331 |
choose_env = gr.Radio(["Random"]+ENVS, label="Choose the next task:")
|
332 |
btn2 = gr.Button("Next")
|
333 |
|