Nina.Konovalova
commited on
Commit
·
4506bf4
1
Parent(s):
0dd9a31
facelift hint
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def action2():
|
|
78 |
concept = "face_lifting" ###################
|
79 |
img = Image.open(info["image"].format(concept))
|
80 |
description = temaplte.format(CAPTIONS[concept])
|
81 |
-
return gr.update(value=img, visible=True), gr.update(value=description, visible=True), gr.update(visible=False), gr.update(visible=True, placeholder="in a
|
82 |
|
83 |
def action3():
|
84 |
concept = "pendant" #############
|
|
|
78 |
concept = "face_lifting" ###################
|
79 |
img = Image.open(info["image"].format(concept))
|
80 |
description = temaplte.format(CAPTIONS[concept])
|
81 |
+
return gr.update(value=img, visible=True), gr.update(value=description, visible=True), gr.update(visible=False), gr.update(visible=True, placeholder="in a sunny bathroom with green plants"), gr.update(visible=True), gr.update(value=concept)
|
82 |
|
83 |
def action3():
|
84 |
concept = "pendant" #############
|