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