JiantaoLin commited on
Commit
a335e9e
Β·
1 Parent(s): 23ca1bc
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -222,7 +222,7 @@ def bundle_image_to_mesh(
222
  lrm_radius = 3.5,
223
  isomer_radius = 4.2,
224
  reconstruction_stage1_steps = 0,
225
- reconstruction_stage2_steps = 50,
226
  save_intermediate_results=False,
227
  if_video=True
228
  ):
@@ -398,11 +398,10 @@ with gr.Blocks(css="""
398
  with gr.Row(elem_id="example-container"):
399
  gr.Examples(
400
  examples=[
401
- ["A girl with pink hair"],
402
- ["A boy playing guitar"],
403
  ["A dog wearing a hat"],
404
- ["A boy playing basketball"],
405
-
406
  ],
407
  inputs=[prompt], # ε°†ι€‰δΈ­ηš„η€ΊδΎ‹ε‘«ε…₯ prompt ζ–‡ζœ¬ζ‘†
408
  label="Example Prompts"
 
222
  lrm_radius = 3.5,
223
  isomer_radius = 4.2,
224
  reconstruction_stage1_steps = 0,
225
+ reconstruction_stage2_steps = 70,
226
  save_intermediate_results=False,
227
  if_video=True
228
  ):
 
398
  with gr.Row(elem_id="example-container"):
399
  gr.Examples(
400
  examples=[
401
+ ["an owl wearing a red hat, Christmas Style."],
 
402
  ["A dog wearing a hat"],
403
+ ["A girl with pink hair"],
404
+ ["ιͺ·ι«…倴, ι‚ͺζΆηš„"],
405
  ],
406
  inputs=[prompt], # ε°†ι€‰δΈ­ηš„η€ΊδΎ‹ε‘«ε…₯ prompt ζ–‡ζœ¬ζ‘†
407
  label="Example Prompts"