FoodDesert commited on
Commit
6ec6a41
1 Parent(s): 0e02b5f

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ iface = gr.Interface(
148
  gr.Slider(minimum=1, maximum=100, value=10, step=1, label="Number of artists")
149
  ],
150
  outputs=[
151
- gr.Dataframe(label="Unseen Tags", headers=["Tag", "Similar Tags"]),
152
  gr.Textbox(label="Top Artists", info="These are the artists most strongly associated with your tags. The number in parenthes is a similarity score between 0 and 1, with higher numbers indicating greater similarity."),
153
  gr.Textbox(label="Dynamic Prompts Format", info="For if you're using the Automatic1111 webui (https://github.com/AUTOMATIC1111/stable-diffusion-webui) with the Dynamic Prompts extension activated (https://github.com/adieyal/sd-dynamic-prompts) and want to try them all individually.")
154
  ],
 
148
  gr.Slider(minimum=1, maximum=100, value=10, step=1, label="Number of artists")
149
  ],
150
  outputs=[
151
+ gr.Dataframe(label="Unseen Tags", headers=["Tag", "Similar Tags", "Similarity"]),
152
  gr.Textbox(label="Top Artists", info="These are the artists most strongly associated with your tags. The number in parenthes is a similarity score between 0 and 1, with higher numbers indicating greater similarity."),
153
  gr.Textbox(label="Dynamic Prompts Format", info="For if you're using the Automatic1111 webui (https://github.com/AUTOMATIC1111/stable-diffusion-webui) with the Dynamic Prompts extension activated (https://github.com/adieyal/sd-dynamic-prompts) and want to try them all individually.")
154
  ],