Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
5e3a3d6
1
Parent(s):
c79a309
Update app.py
Browse files
app.py
CHANGED
@@ -161,7 +161,7 @@ with gr.Blocks() as myface:
|
|
161 |
run=gr.Button("Generate")
|
162 |
|
163 |
with gr.Row():
|
164 |
-
like_message = gr.Button("Press the Like Button if you enjoy my space!")
|
165 |
with gr.Row():
|
166 |
output1=gr.Image(label="Dreamlike Photoreal 2.0")
|
167 |
output2=gr.Image(label="Dreamlike Photoreal 2.0")
|
|
|
161 |
run=gr.Button("Generate")
|
162 |
|
163 |
with gr.Row():
|
164 |
+
like_message = gr.Button("❤️ Press the Like Button if you enjoy my space! ❤️")
|
165 |
with gr.Row():
|
166 |
output1=gr.Image(label="Dreamlike Photoreal 2.0")
|
167 |
output2=gr.Image(label="Dreamlike Photoreal 2.0")
|