Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -128,7 +128,12 @@ with gr.Blocks() as demo:
|
|
| 128 |
3. Choose the collection from the dropdown
|
| 129 |
4. Click "Download Images" button
|
| 130 |
""")
|
|
|
|
| 131 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 132 |
designer_textbox = gr.Text(label="1) Designer", value="Gucci")
|
| 133 |
get_collections_button = gr.Button("2) Get Collections")
|
| 134 |
collections_dropdown = gr.Dropdown(choices=[], label='3) Collections', interactive=True)
|
|
|
|
| 128 |
3. Choose the collection from the dropdown
|
| 129 |
4. Click "Download Images" button
|
| 130 |
""")
|
| 131 |
+
gr.Markdown("""
|
| 132 |
|
| 133 |
+

|
| 134 |
+
|
| 135 |
+
""")
|
| 136 |
+
|
| 137 |
designer_textbox = gr.Text(label="1) Designer", value="Gucci")
|
| 138 |
get_collections_button = gr.Button("2) Get Collections")
|
| 139 |
collections_dropdown = gr.Dropdown(choices=[], label='3) Collections', interactive=True)
|