Update injection_main_HF.py
Browse files- injection_main_HF.py +1 -1
injection_main_HF.py
CHANGED
@@ -636,7 +636,7 @@ if __name__ == "__main__":
|
|
636 |
|
637 |
with gr.Column():
|
638 |
gr.Markdown("Artist Interactive Demo")
|
639 |
-
with gr.
|
640 |
with gr.Column():
|
641 |
text_input.render()
|
642 |
image_input.render()
|
|
|
636 |
|
637 |
with gr.Column():
|
638 |
gr.Markdown("Artist Interactive Demo")
|
639 |
+
with gr.Row():
|
640 |
with gr.Column():
|
641 |
text_input.render()
|
642 |
image_input.render()
|