JiantaoLin
commited on
Commit
Β·
a335e9e
1
Parent(s):
23ca1bc
new
Browse files
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 =
|
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 |
-
["
|
402 |
-
["A boy playing guitar"],
|
403 |
["A dog wearing a hat"],
|
404 |
-
["A
|
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"
|