Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -281,8 +281,6 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
|
|
| 281 |
multiimage_prompt = gr.Gallery(label="Image Prompt", format="png", type="pil", height=300, columns=3)
|
| 282 |
gr.Markdown("""
|
| 283 |
Input different views of the object in separate images.
|
| 284 |
-
|
| 285 |
-
*NOTE: this is an experimental algorithm without training a specialized model. It may not produce the best results for all images, especially those having different poses or inconsistent details.*
|
| 286 |
""")
|
| 287 |
|
| 288 |
with gr.Accordion(label="Generation Settings", open=False):
|
|
|
|
| 281 |
multiimage_prompt = gr.Gallery(label="Image Prompt", format="png", type="pil", height=300, columns=3)
|
| 282 |
gr.Markdown("""
|
| 283 |
Input different views of the object in separate images.
|
|
|
|
|
|
|
| 284 |
""")
|
| 285 |
|
| 286 |
with gr.Accordion(label="Generation Settings", open=False):
|