SunderAli17 commited on
Commit
d4f60aa
·
verified ·
1 Parent(s): 9105a01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +25 -25
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
- # example_inps = [
168
- # [
169
- # 'woman,cartoon,solo,Popmart Blind Box, Super Mario, 3d',
170
- # 'sample_img/sample_img_test24.jpg',
171
- # 'fidelity',
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
- '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")
 
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")