Spaces:
Runtime error
Runtime error
Anonymous Authors
commited on
Commit
·
3ac39e7
1
Parent(s):
b82580e
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ with gr.Blocks() as demo:
|
|
51 |
adjective = gr.Radio(adjectives, label="Adjective")
|
52 |
no = gr.Radio(nos, label="Image number")
|
53 |
with gr.Column():
|
54 |
-
profession = gr.
|
55 |
button = gr.Button(value="Get nearest neighbors")
|
56 |
with gr.Row():
|
57 |
image = gr.Image()
|
|
|
51 |
adjective = gr.Radio(adjectives, label="Adjective")
|
52 |
no = gr.Radio(nos, label="Image number")
|
53 |
with gr.Column():
|
54 |
+
profession = gr.Dropdown(professions, label="Profession")
|
55 |
button = gr.Button(value="Get nearest neighbors")
|
56 |
with gr.Row():
|
57 |
image = gr.Image()
|