Spaces:
Running
Running
Baskar2005
commited on
Commit
•
895384b
1
Parent(s):
7f8bde6
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,8 @@ class Text_to_image:
|
|
17 |
with gr.Blocks(theme='JohnSmith9982/small_and_pretty',css="style.css") as demo:
|
18 |
gr.HTML("""
|
19 |
<center><h1 style="color:#02C160">Text To Image</h1></center>""")
|
|
|
|
|
20 |
with gr.Column(elem_id = "col-container"):
|
21 |
output=gr.Image( )
|
22 |
with gr.Row(elem_id = "col-container"):
|
|
|
17 |
with gr.Blocks(theme='JohnSmith9982/small_and_pretty',css="style.css") as demo:
|
18 |
gr.HTML("""
|
19 |
<center><h1 style="color:#02C160">Text To Image</h1></center>""")
|
20 |
+
gr.HTML("""
|
21 |
+
<center><h6 style="color:#02C160">Wait few seconds after Generated</h6></center>""")
|
22 |
with gr.Column(elem_id = "col-container"):
|
23 |
output=gr.Image( )
|
24 |
with gr.Row(elem_id = "col-container"):
|