tonyassi commited on
Commit
d822136
·
verified ·
1 Parent(s): a165771

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
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
+ ![vogue](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/Nox9T9INBcT1EbhUPvbW3.png)
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)