ysharma HF Staff commited on
Commit
3ec00fe
Β·
1 Parent(s): 4c39cdd

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ 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.</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():
 
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():