legoandmars commited on
Commit
64e44c9
·
1 Parent(s): 7cd016f

apparently you cannot use markdown

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -273,7 +273,7 @@ examples = [['desert_full.png', 'a car in the desert'],
273
  ['windows.png', 'foggy california forest outside the window']]
274
 
275
  title = "Transparency Inpainting Using GLIDE"
276
- description = "An implementation of [OpenAI's GLIDE model](https://github.com/openai/glide-text2im/) that inpaints transparency with image data based on a text prompt.\n This space is based on [Epoching's original GLIDE_Inpaint space](https://huggingface.co/spaces/Epoching/GLIDE_Inpaint), with some adjustments to make generating images slightly less input-heavy.\n\n*NOTE:* Since this space currently runs on the CPU, queue times are relatively long - expect to wait 3-5 minutes for each image."
277
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2112.10741' target='_blank'>GLIDE: Towards Photorealistic Image Generation and Editing with Text-Guided Diffusion Models</a> | <a href='https://github.com/openai/glide-text2im' target='_blank'>Github Repo</a></p> "
278
  iface = gr.Interface(fn=inpaint, inputs=gradio_inputs,
279
  outputs=gradio_outputs,
 
273
  ['windows.png', 'foggy california forest outside the window']]
274
 
275
  title = "Transparency Inpainting Using GLIDE"
276
+ description = "<p>An implementation of <a href='https://github.com/openai/glide-text2im/' target='_blank'>OpenAI's GLIDE model</a> that inpaints transparency with image data based on a text prompt.</p>\n<p>This space is based on <a href='https://huggingface.co/spaces/Epoching/GLIDE_Inpaint' target='_blank'>Epoching's original GLIDE_Inpaint space</a>, with some adjustments to make generating images slightly less input-heavy.</p><p>\n\n*NOTE:* Since this space currently runs on the CPU, queue times are relatively long - expect to wait 3-5 minutes for each image.</p>"
277
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2112.10741' target='_blank'>GLIDE: Towards Photorealistic Image Generation and Editing with Text-Guided Diffusion Models</a> | <a href='https://github.com/openai/glide-text2im' target='_blank'>Github Repo</a></p> "
278
  iface = gr.Interface(fn=inpaint, inputs=gradio_inputs,
279
  outputs=gradio_outputs,