update
Browse files
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 |
-
"
|
77 |
-
|
|
|
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..")
|