ysharma HF staff commited on
Commit
39476fe
β€’
1 Parent(s): 3ec00fe
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -73,8 +73,9 @@ demo = gr.Blocks()
73
  with demo:
74
  gr.Markdown("<h1><center>Generate Short Poem along with an Illustration</center></h1>")
75
  gr.Markdown(
76
- "<div>Enter a single word you would want GPTJ-6B to write Poetry 🎀 on. A Space by [Yuvraj Sharma](https://huggingface.co/ysharma). </div>"
77
- "<div>Generate an illustration 🎨 provided by Latent Diffusion model.</div><div>GPJ-6B is a 6 Billion parameter autoregressive language model. It generates the Poem based on how it has been 'prompt-engineered' πŸ€— The complete text of generated poem then goes in as a prompt to the amazing Latent Diffusion Art space by <a href='https://huggingface.co/spaces/multimodalart/latentdiffusion' target='_blank'>Multimodalart</a>.</div>Please note that some of the Poems/Illustrations might not look at par, and well, this is what happens when you can't 'cherry-pick' and post 😁 <div> Some of the example words that you can use are 'river', 'night', 'trees', 'table', 'laughs' or maybe on similar lines to get best results!"
 
78
  )
79
  with gr.Row():
80
  input_word = gr.Textbox(placeholder="Enter a word here to create a Poem on..")
 
73
  with demo:
74
  gr.Markdown("<h1><center>Generate Short Poem along with an Illustration</center></h1>")
75
  gr.Markdown(
76
+ """Enter a single word you would want GPTJ-6B to write Poetry 🎀 on. A Space by [Yuvraj Sharma](https://huggingface.co/ysharma)."""
77
+ )
78
+ gr.Markdown("""<div>Generate an illustration 🎨 provided by Latent Diffusion model.</div><div>GPJ-6B is a 6 Billion parameter autoregressive language model. It generates the Poem based on how it has been 'prompt-engineered' πŸ€— The complete text of generated poem then goes in as a prompt to the amazing Latent Diffusion Art space by <a href='https://huggingface.co/spaces/multimodalart/latentdiffusion' target='_blank'>Multimodalart</a>.</div>Please note that some of the Poems/Illustrations might not look at par, and well, this is what happens when you can't 'cherry-pick' and post 😁 <div> Some of the example words that you can use are 'river', 'night', 'trees', 'table', 'laughs' or maybe on similar lines to get best results!"""
79
  )
80
  with gr.Row():
81
  input_word = gr.Textbox(placeholder="Enter a word here to create a Poem on..")