huathedev commited on
Commit
8566ed8
1 Parent(s): 2752b73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ class HaikuGenerator:
57
  gr.HTML("""
58
  <center><h1 style="color:#C73E3A">HaiKool - Haiku Poem and Image Generator</h1></center>""")
59
  gr.HTML("""
60
- <center><h6 style="color:#C73E3A">Generate a Haiku poem and an image based on it</h6></center>""")
61
 
62
  with gr.Column(elem_id="col-container"):
63
  haiku_output = gr.Textbox(label="Generated Haiku", interactive=False)
 
57
  gr.HTML("""
58
  <center><h1 style="color:#C73E3A">HaiKool - Haiku Poem and Image Generator</h1></center>""")
59
  gr.HTML("""
60
+ <center><h6 style="color:#C73E3A">Generate a Haiku poem and an image based on it - Please note that loading time can be up to 1 minute.</h6></center>""")
61
 
62
  with gr.Column(elem_id="col-container"):
63
  haiku_output = gr.Textbox(label="Generated Haiku", interactive=False)