Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ with gr.Blocks(width = 300) as demo:
|
|
170 |
label="Generated images", show_label=False, elem_id="gallery", columns=[8], rows=[1], object_fit='scale-down', height=160)
|
171 |
|
172 |
with gr.Row():
|
173 |
-
selected = gr.Textbox(label="Product description: ", interactive=False, value = "
|
174 |
|
175 |
# show the results in gallery on enter key and button press
|
176 |
|
|
|
170 |
label="Generated images", show_label=False, elem_id="gallery", columns=[8], rows=[1], object_fit='scale-down', height=160)
|
171 |
|
172 |
with gr.Row():
|
173 |
+
selected = gr.Textbox(label="Product description: ", interactive=False, value = " The product description will appear here ",placeholder="Selected")
|
174 |
|
175 |
# show the results in gallery on enter key and button press
|
176 |
|