sasha HF staff commited on
Commit
fdbdecd
·
1 Parent(s): 176b059

Update app.py

Browse files

adding dalle link

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ models = ["Stable Diffusion 1.4", "Dall-E 2"]
66
 
67
  with gr.Blocks() as demo:
68
  gr.Markdown("# Stable Diffusion Explorer")
69
- gr.Markdown("## Choose from the prompts below to explore how the [Stable Diffusion v1.4 model](https://huggingface.co/CompVis/stable-diffusion-v-1-4-original) represents different professions and adjectives")
70
  gr.Markdown("Some of the images for Dall-E 2 are missing -- we are still in the process of generating them! If you get an 'error', please pick another prompt.")
71
  # seed_choice = gr.State(0)
72
  # seed_choice = 93109
 
66
 
67
  with gr.Blocks() as demo:
68
  gr.Markdown("# Stable Diffusion Explorer")
69
+ gr.Markdown("## Choose from the prompts below to explore how the text-to-image models like [Stable Diffusion v1.4](https://huggingface.co/CompVis/stable-diffusion-v-1-4-original) and [DALLE-2](https://openai.com/dall-e-2/) represent different professions and adjectives")
70
  gr.Markdown("Some of the images for Dall-E 2 are missing -- we are still in the process of generating them! If you get an 'error', please pick another prompt.")
71
  # seed_choice = gr.State(0)
72
  # seed_choice = 93109