Spaces:
Runtime error
Runtime error
Update app_merged.py
Browse files- app_merged.py +2 -0
app_merged.py
CHANGED
@@ -1662,6 +1662,8 @@ with gr.Blocks() as app:
|
|
1662 |
orientation_result.select(use_orientation, inputs=None, outputs=extracted_fg)
|
1663 |
|
1664 |
dummy_image_for_outputs = gr.Image(visible=False, label='Result', type='pil')
|
|
|
|
|
1665 |
|
1666 |
|
1667 |
with gr.Column():
|
|
|
1662 |
orientation_result.select(use_orientation, inputs=None, outputs=extracted_fg)
|
1663 |
|
1664 |
dummy_image_for_outputs = gr.Image(visible=False, label='Result', type='pil')
|
1665 |
+
dummy_image_for_prompt_augmentation = gr.Image(type="pil", label="Dummy image", height=48, visible=False)
|
1666 |
+
|
1667 |
|
1668 |
|
1669 |
with gr.Column():
|