Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -326,7 +326,7 @@ with gr.Blocks(delete_cache=(600, 600), js=js_func) as demo:
|
|
326 |
with gr.Row():
|
327 |
prompt = gr.Textbox(label="Prompt")
|
328 |
#negative_prompt = gr.Textbox(label="Negative prompt")
|
329 |
-
with gr.Tab(label="Multiple Images", id=1) as multiimage_input_tab:
|
330 |
multiimage_prompt = gr.Gallery(label="Image Prompt", format="png", type="pil", height=300, columns=3)
|
331 |
gr.Markdown("""
|
332 |
Input different views of the object in separate images.
|
|
|
326 |
with gr.Row():
|
327 |
prompt = gr.Textbox(label="Prompt")
|
328 |
#negative_prompt = gr.Textbox(label="Negative prompt")
|
329 |
+
with gr.Tab(label="Multiple Images", id=1, visible=False) as multiimage_input_tab:
|
330 |
multiimage_prompt = gr.Gallery(label="Image Prompt", format="png", type="pil", height=300, columns=3)
|
331 |
gr.Markdown("""
|
332 |
Input different views of the object in separate images.
|