Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ iface = gr.Interface(
|
|
43 |
fn=find_similar_artists,
|
44 |
inputs=[
|
45 |
gr.Textbox(label="Enter image tags", placeholder="fox, outside, detailed background"),
|
46 |
-
gr.Slider(minimum=1, maximum=100,
|
47 |
],
|
48 |
outputs="text",
|
49 |
title="Tagset Completer",
|
|
|
43 |
fn=find_similar_artists,
|
44 |
inputs=[
|
45 |
gr.Textbox(label="Enter image tags", placeholder="fox, outside, detailed background"),
|
46 |
+
gr.Slider(minimum=1, maximum=100, value=10, step=1, label="Number of artists")
|
47 |
],
|
48 |
outputs="text",
|
49 |
title="Tagset Completer",
|