Spaces:
Runtime error
Runtime error
Commit
β’
d3902f0
1
Parent(s):
5cb5f1e
Update app.py
Browse files
app.py
CHANGED
@@ -276,9 +276,9 @@ with gr.Blocks() as demo:
|
|
276 |
with gr.Row():
|
277 |
step1_submit = gr.Button("Generate", elem_id="generate", variant="primary")
|
278 |
with gr.Column():
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
label="Generated Multi-views",
|
283 |
type="pil",
|
284 |
width=379,
|
@@ -298,7 +298,7 @@ with gr.Blocks() as demo:
|
|
298 |
)
|
299 |
gr.Markdown("Note: The model shown here has a darker appearance. Download to get correct results.")
|
300 |
with gr.Row():
|
301 |
-
|
302 |
|
303 |
mv_images = gr.State()
|
304 |
|
|
|
276 |
with gr.Row():
|
277 |
step1_submit = gr.Button("Generate", elem_id="generate", variant="primary")
|
278 |
with gr.Column():
|
279 |
+
with gr.Row():
|
280 |
+
with gr.Column():
|
281 |
+
mv_show_images = gr.Image(
|
282 |
label="Generated Multi-views",
|
283 |
type="pil",
|
284 |
width=379,
|
|
|
298 |
)
|
299 |
gr.Markdown("Note: The model shown here has a darker appearance. Download to get correct results.")
|
300 |
with gr.Row():
|
301 |
+
gr.Markdown('''Try a different <b>seed value</b> if the result is unsatisfying (Default: 42).''')
|
302 |
|
303 |
mv_images = gr.State()
|
304 |
|