Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ with gr.Blocks(title="DyCA-HiFi", theme = "Yntec/HaleyCH_Theme_Orange") as SAK:
|
|
153 |
# 'fidelity',
|
154 |
# ]
|
155 |
# ]
|
156 |
-
gr.Examples(examples=example_inps, inputs=[prompt, face_image, mode], label='
|
157 |
|
158 |
example_inps = [
|
159 |
[
|
@@ -162,7 +162,7 @@ with gr.Blocks(title="DyCA-HiFi", theme = "Yntec/HaleyCH_Theme_Orange") as SAK:
|
|
162 |
'fidelity',
|
163 |
]
|
164 |
]
|
165 |
-
gr.Examples(examples=example_inps, inputs=[prompt, face_image, mode], label='
|
166 |
|
167 |
example_inps = [
|
168 |
[
|
@@ -171,7 +171,7 @@ with gr.Blocks(title="DyCA-HiFi", theme = "Yntec/HaleyCH_Theme_Orange") as SAK:
|
|
171 |
'fidelity',
|
172 |
]
|
173 |
]
|
174 |
-
|
175 |
# example_inps = [
|
176 |
# [
|
177 |
# 'portrait, pixar',
|
@@ -179,7 +179,7 @@ with gr.Blocks(title="DyCA-HiFi", theme = "Yntec/HaleyCH_Theme_Orange") as SAK:
|
|
179 |
# 'fidelity',
|
180 |
# ]
|
181 |
# ]
|
182 |
-
gr.Examples(examples=example_inps, inputs=[prompt, face_image, mode], label='portrait style')
|
183 |
example_inps = [
|
184 |
[
|
185 |
'a high quality digital avatar, eating icecream',
|
|
|
153 |
# 'fidelity',
|
154 |
# ]
|
155 |
# ]
|
156 |
+
# gr.Examples(examples=example_inps, inputs=[prompt, face_image, mode], label='Ghibli style')
|
157 |
|
158 |
example_inps = [
|
159 |
[
|
|
|
162 |
'fidelity',
|
163 |
]
|
164 |
]
|
165 |
+
gr.Examples(examples=example_inps, inputs=[prompt, face_image, mode], label='Ghibli style')
|
166 |
|
167 |
example_inps = [
|
168 |
[
|
|
|
171 |
'fidelity',
|
172 |
]
|
173 |
]
|
174 |
+
gr.Examples(examples=example_inps, inputs=[prompt, face_image, mode], label='Ghibli Style')
|
175 |
# example_inps = [
|
176 |
# [
|
177 |
# 'portrait, pixar',
|
|
|
179 |
# 'fidelity',
|
180 |
# ]
|
181 |
# ]
|
182 |
+
# gr.Examples(examples=example_inps, inputs=[prompt, face_image, mode], label='portrait style')
|
183 |
example_inps = [
|
184 |
[
|
185 |
'a high quality digital avatar, eating icecream',
|