Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -86,8 +86,7 @@ google_key_component = gr.Textbox(
|
|
86 |
image_prompt_component = gr.Image(type="pil", label="Upload Image", width=200)
|
87 |
text_prompt_component = gr.Textbox(
|
88 |
placeholder="Describe your style needs",
|
89 |
-
label="Enter your prompt"
|
90 |
-
width=300
|
91 |
)
|
92 |
run_button_component = gr.Button("Ask Stylist")
|
93 |
|
|
|
86 |
image_prompt_component = gr.Image(type="pil", label="Upload Image", width=200)
|
87 |
text_prompt_component = gr.Textbox(
|
88 |
placeholder="Describe your style needs",
|
89 |
+
label="Enter your prompt"
|
|
|
90 |
)
|
91 |
run_button_component = gr.Button("Ask Stylist")
|
92 |
|