Spaces:
Running
Running
Baskar2005
commited on
Commit
•
85a2493
1
Parent(s):
895384b
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ class Text_to_image:
|
|
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
|
22 |
with gr.Column(elem_id = "col-container"):
|
23 |
output=gr.Image( )
|
24 |
with gr.Row(elem_id = "col-container"):
|
|
|
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 Regenerated</h6></center>""")
|
22 |
with gr.Column(elem_id = "col-container"):
|
23 |
output=gr.Image( )
|
24 |
with gr.Row(elem_id = "col-container"):
|