ysharma HF staff commited on
Commit
f6218c0
·
1 Parent(s): d71a252
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,14 +82,14 @@ def poem_to_image(poem):
82
  demo = gr.Blocks()
83
 
84
  with demo:
85
- gr.Markdown("<h1><center>Generate Short Poem along with an Illustration</center></h1>")
86
  gr.Markdown(
87
  """Testing Bloom """
88
  )
89
  with gr.Row():
90
  input_word = gr.Textbox(placeholder="Enter a word here to create a Poem on..")
91
  poem_txt = gr.Textbox(lines=7)
92
- output_image = gr.Image(type="filepath", shape=(256,256))
93
 
94
  b1 = gr.Button("Generate Poem")
95
  #b2 = gr.Button("Generate Image")
 
82
  demo = gr.Blocks()
83
 
84
  with demo:
85
+ gr.Markdown("<h1><center>Bloom</center></h1>")
86
  gr.Markdown(
87
  """Testing Bloom """
88
  )
89
  with gr.Row():
90
  input_word = gr.Textbox(placeholder="Enter a word here to create a Poem on..")
91
  poem_txt = gr.Textbox(lines=7)
92
+ #output_image = gr.Image(type="filepath", shape=(256,256))
93
 
94
  b1 = gr.Button("Generate Poem")
95
  #b2 = gr.Button("Generate Image")