Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ with gr.Blocks(css=css) as demo:
|
|
60 |
with gr.Tab(label="Image to Prompt for SD3"):
|
61 |
with gr.Row():
|
62 |
with gr.Column():
|
63 |
-
input_imgs = gr.Image(label="Input Images", type="pil", interactive=True
|
64 |
submit_btn = gr.Button(value="Start")
|
65 |
outputs = gr.Textbox(label="Prompts", lines=10, interactive=False)
|
66 |
|
|
|
60 |
with gr.Tab(label="Image to Prompt for SD3"):
|
61 |
with gr.Row():
|
62 |
with gr.Column():
|
63 |
+
input_imgs = gr.Image(label="Input Images", type="pil", interactive=True)
|
64 |
submit_btn = gr.Button(value="Start")
|
65 |
outputs = gr.Textbox(label="Prompts", lines=10, interactive=False)
|
66 |
|