FoodDesert commited on
Commit
c0ea028
·
verified ·
1 Parent(s): 44de5ca

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -467,7 +467,7 @@ with gr.Blocks() as app:
467
  top_artists = gr.Textbox(label="Top Artists", info="These are the artists most strongly associated with your tags. The number in parentheses is a similarity score between 0 and 1, with higher numbers indicating greater similarity.")
468
  dynamic_prompts = 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.")
469
  with gr.Column(scale=3):
470
- styles = gr.Gallery(label="Styles", allow_preview=True, preview=True, container=True, object_fit="scale-down", height=512)
471
 
472
 
473
  submit_button.click(
 
467
  top_artists = gr.Textbox(label="Top Artists", info="These are the artists most strongly associated with your tags. The number in parentheses is a similarity score between 0 and 1, with higher numbers indicating greater similarity.")
468
  dynamic_prompts = 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.")
469
  with gr.Column(scale=3):
470
+ styles = gr.Gallery(label="Styles", allow_preview=True, preview=True, container=True)
471
 
472
 
473
  submit_button.click(