sasha HF staff commited on
Commit
90edf13
1 Parent(s): a5617f1

Update app.py

Browse files

removed disclaimer about dalle

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ models = ["Stable Diffusion 1.4", "Dall-E 2"]
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
73
  # print("Seed choice is: " + str(seed_choice))
 
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
73
  # print("Seed choice is: " + str(seed_choice))