Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
#
|
| 248 |
_Type in your dream outfit, and let the AI bring your fashion vision to life!_
|
| 249 |
-
Just describe your ideal
|
| 250 |
""")
|
| 251 |
|
| 252 |
with gr.Row():
|
| 253 |
input_box = gr.Textbox(
|
| 254 |
label="Describe your blazer",
|
| 255 |
-
placeholder="e.g., '
|
| 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 |
-
["
|
| 297 |
-
["
|
| 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 |
)
|