Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -89,9 +89,10 @@ with gr.Blocks() as demo:
|
|
89 |
with gr.Column():
|
90 |
scorebox = gr.Markdown(f"# Score: {score}")
|
91 |
image = gr.Image(f'./assets/{answer}.jpeg', label=answer, show_label= False)
|
92 |
-
radio = gr.Radio(choices=minPairGroup, label='Which word is pictured?')
|
93 |
|
94 |
with gr.Column(visible=True) as input_column:
|
|
|
95 |
submitButton = gr.Button("Submit")
|
96 |
|
97 |
with gr.Column(visible=False) as output_column:
|
|
|
89 |
with gr.Column():
|
90 |
scorebox = gr.Markdown(f"# Score: {score}")
|
91 |
image = gr.Image(f'./assets/{answer}.jpeg', label=answer, show_label= False)
|
92 |
+
# radio = gr.Radio(choices=minPairGroup, label='Which word is pictured?')
|
93 |
|
94 |
with gr.Column(visible=True) as input_column:
|
95 |
+
radio = gr.Radio(choices=minPairGroup, label='Which word is pictured?')
|
96 |
submitButton = gr.Button("Submit")
|
97 |
|
98 |
with gr.Column(visible=False) as output_column:
|