zseid commited on
Commit
b87929f
1 Parent(s): f44c507

update analysis markdown

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,7 +179,7 @@ if __name__=='__main__':
179
  with gr.Column():
180
 
181
  inp = gr.Textbox(label="Prompt",placeholder="Try selecting a prompt or enter your own",)
182
- gr.Markdown("If the above component is stuck, try switching between the dropdown options.")
183
  with gr.Tab("Trait/Sentiment"):
184
  sent = gr.Dropdown(LOOKS,label="Trait",value=LOOKS[0])
185
  gr.Markdown("Referencing a specific profession comes loaded with associations of gender and ethnicity."
 
179
  with gr.Column():
180
 
181
  inp = gr.Textbox(label="Prompt",placeholder="Try selecting a prompt or enter your own",)
182
+ gr.Markdown("Please note, generation uses <a href=\"https://huggingface.co/stabilityai/stable-diffusion-2\"/> Stable Diffusion 2</a> and make take several minutes to generate.")
183
  with gr.Tab("Trait/Sentiment"):
184
  sent = gr.Dropdown(LOOKS,label="Trait",value=LOOKS[0])
185
  gr.Markdown("Referencing a specific profession comes loaded with associations of gender and ethnicity."