Spaces:
Running
on
Zero
Running
on
Zero
Update injection_main_HF.py
Browse files- injection_main_HF.py +1 -1
injection_main_HF.py
CHANGED
@@ -597,7 +597,7 @@ if __name__ == "__main__":
|
|
597 |
gr.Markdown("Artist Interactive Demo")
|
598 |
with gr.Row():
|
599 |
with gr.Column():
|
600 |
-
|
601 |
value="An impressionist painting",
|
602 |
label="Text Prompt",
|
603 |
info="Describe the style you want to apply to the image, do not include the description of the image content itself",
|
|
|
597 |
gr.Markdown("Artist Interactive Demo")
|
598 |
with gr.Row():
|
599 |
with gr.Column():
|
600 |
+
text_input = gr.Textbox(
|
601 |
value="An impressionist painting",
|
602 |
label="Text Prompt",
|
603 |
info="Describe the style you want to apply to the image, do not include the description of the image content itself",
|