uhdessai commited on
Commit
9a318ec
·
verified ·
1 Parent(s): 4e0480b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -244,15 +244,15 @@ def generate_top_dresses(prompt):
244
  # Launch Gradio
245
  with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue")) as demo:
246
  gr.Markdown("""
247
- # 👔 AI Blazer Generator
248
  _Type in your dream outfit, and let the AI bring your fashion vision to life!_
249
- Just describe your ideal blazer, and see how AI transforms your words into fashion.
250
  """)
251
 
252
  with gr.Row():
253
  input_box = gr.Textbox(
254
  label="Describe your blazer",
255
- placeholder="e.g., 'Beige blazer with gold buttons and slim fit'",
256
  lines=2
257
  )
258
 
@@ -293,8 +293,8 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue")) as demo:
293
 
294
  examples = gr.Examples(
295
  examples = [
296
- ["Black velvet blazer"],
297
- ["Pink blazer with buttons"]
298
  ],
299
  inputs=[input_box]
300
  )
 
244
  # Launch Gradio
245
  with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue")) as demo:
246
  gr.Markdown("""
247
+ # 👗 AI Dress Generator
248
  _Type in your dream outfit, and let the AI bring your fashion vision to life!_
249
+ Just describe your ideal Dress, and see how AI transforms your words into fashion.
250
  """)
251
 
252
  with gr.Row():
253
  input_box = gr.Textbox(
254
  label="Describe your blazer",
255
+ placeholder="e.g., 'Black Evening Dress'",
256
  lines=2
257
  )
258
 
 
293
 
294
  examples = gr.Examples(
295
  examples = [
296
+ ["Floral dress for beach day"],
297
+ ["Black Evening Dress"]
298
  ],
299
  inputs=[input_box]
300
  )