Update app.py
Browse files
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
|
| 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)
|