Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -164,13 +164,13 @@ with gr.Blocks(title="DyCA-HiFi", theme = "Yntec/HaleyCH_Theme_Orange") as SAK:
|
|
164 |
]
|
165 |
gr.Examples(examples=example_inps, inputs=[prompt, face_image, mode], label='papercut style')
|
166 |
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
# gr.Examples(examples=example_inps, inputs=[prompt, face_image, mode], label='3d style')
|
175 |
# example_inps = [
|
176 |
# [
|
@@ -189,25 +189,25 @@ with gr.Blocks(title="DyCA-HiFi", theme = "Yntec/HaleyCH_Theme_Orange") as SAK:
|
|
189 |
]
|
190 |
gr.Examples(examples=example_inps, inputs=[prompt, face_image, mode], label='portrait style')
|
191 |
|
192 |
-
example_inps = [
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
]
|
199 |
-
gr.Examples(examples=example_inps, inputs=[prompt, face_image, mode], label='anime style')
|
200 |
|
201 |
-
example_inps = [
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
]
|
210 |
-
gr.Examples(examples=example_inps, inputs=[prompt, face_image, supp_image1, mode, id_mix], label='id mix')
|
211 |
|
212 |
with gr.Column():
|
213 |
output = gr.Gallery(label='Output', elem_id="gallery")
|
|
|
164 |
]
|
165 |
gr.Examples(examples=example_inps, inputs=[prompt, face_image, mode], label='papercut style')
|
166 |
|
167 |
+
example_inps = [
|
168 |
+
[
|
169 |
+
'Make the character casually sip a cup of coffee standing in the moonlight in Ghibli style',
|
170 |
+
'sample_img/test_image_1.jpg',
|
171 |
+
'fidelity',
|
172 |
+
]
|
173 |
+
]
|
174 |
# gr.Examples(examples=example_inps, inputs=[prompt, face_image, mode], label='3d style')
|
175 |
# example_inps = [
|
176 |
# [
|
|
|
189 |
]
|
190 |
gr.Examples(examples=example_inps, inputs=[prompt, face_image, mode], label='portrait style')
|
191 |
|
192 |
+
# example_inps = [
|
193 |
+
# [
|
194 |
+
# 'Make the character casually sip a cup of coffee standing in the moonlight in Ghibli style',
|
195 |
+
# 'sample_img/test_image_1.jpg',
|
196 |
+
# 'extremely style',
|
197 |
+
# ]
|
198 |
+
# ]
|
199 |
+
# gr.Examples(examples=example_inps, inputs=[prompt, face_image, mode], label='anime style')
|
200 |
|
201 |
+
# example_inps = [
|
202 |
+
# [
|
203 |
+
# 'portrait, ironman',
|
204 |
+
# 'sample_img/image1.png',
|
205 |
+
# 'sample_img/sample_img_test24.jpg',
|
206 |
+
# 'fidelity',
|
207 |
+
# True,
|
208 |
+
# ]
|
209 |
+
# ]
|
210 |
+
# gr.Examples(examples=example_inps, inputs=[prompt, face_image, supp_image1, mode, id_mix], label='id mix')
|
211 |
|
212 |
with gr.Column():
|
213 |
output = gr.Gallery(label='Output', elem_id="gallery")
|