app.py
CHANGED
@@ -52,7 +52,7 @@ with demo:
|
|
52 |
gr.Markdown("<h1><center>Generate Short Poem along with an Illustration</center></h1>")
|
53 |
gr.Markdown(
|
54 |
"<div>Enter a single word you would want GPTJ-6B to write Poetry π€ on.</div>"
|
55 |
-
"<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 π"
|
56 |
)
|
57 |
with gr.Row():
|
58 |
input_word = gr.Textbox(placeholder="Enter a word here to create a Poem on..")
|
|
|
52 |
gr.Markdown("<h1><center>Generate Short Poem along with an Illustration</center></h1>")
|
53 |
gr.Markdown(
|
54 |
"<div>Enter a single word you would want GPTJ-6B to write Poetry π€ on.</div>"
|
55 |
+
"<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!"
|
56 |
)
|
57 |
with gr.Row():
|
58 |
input_word = gr.Textbox(placeholder="Enter a word here to create a Poem on..")
|