Freiburg-AI-Research commited on
Commit
b13265a
Β·
1 Parent(s): 662c0c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -242,7 +242,7 @@ def sample(prompt):
242
 
243
 
244
  title = "Interactive demo: glide-text2im dermoscopic image generator"
245
- description = "Demo for the Finetuned version of OpenAI's GLIDE: Towards Photorealistic Image Generation and Editing with Text-Guided Diffusion Models. Please be aware that generation of the image will take up to 20 minutes, as CPU is used for the generation. Please cite our research paper with the title -"Finetuning of GLIDE stable diffusion model for AI-based text-conditional image synthesis of dermoscopic images"- when using the generator for your research.
246
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2112.10741'>GLIDE: Towards Photorealistic Image Generation and Editing with Text-Guided Diffusion Models</a> | <a href='https://github.com/openai/glide-text2im/'>Official Repo</a></p>"
247
  examples =["melanoma"]
248
 
 
242
 
243
 
244
  title = "Interactive demo: glide-text2im dermoscopic image generator"
245
+ description = "Demo for the Finetuned version of OpenAI's GLIDE: Towards Photorealistic Image Generation and Editing with Text-Guided Diffusion Models. Please be aware that generation of the image will take up to 20 minutes, as CPU is used for the generation. Please cite our research paper with the title -Finetuning of GLIDE stable diffusion model for AI-based text-conditional image synthesis of dermoscopic images- when using the generator for your research."
246
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2112.10741'>GLIDE: Towards Photorealistic Image Generation and Editing with Text-Guided Diffusion Models</a> | <a href='https://github.com/openai/glide-text2im/'>Official Repo</a></p>"
247
  examples =["melanoma"]
248