sasha HF Staff commited on
Commit
1b094a6
·
1 Parent(s): ce2462d

Update app.py

Browse files

adding dall-e warning

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -64,6 +64,7 @@ models = ["Stable Diffusion 1.4", "Dall-E 2"]
64
  with gr.Blocks() as demo:
65
  gr.Markdown("# Stable Diffusion Explorer")
66
  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")
 
67
  # seed_choice = gr.State(0)
68
  # seed_choice = 93109
69
  # print("Seed choice is: " + str(seed_choice))
 
64
  with gr.Blocks() as demo:
65
  gr.Markdown("# Stable Diffusion Explorer")
66
  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")
67
+ 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.")
68
  # seed_choice = gr.State(0)
69
  # seed_choice = 93109
70
  # print("Seed choice is: " + str(seed_choice))