Update app.py
Browse files
app.py
CHANGED
@@ -74,8 +74,8 @@ iface = gr.Interface(
|
|
74 |
gr.Textbox(lines=1, placeholder="Text (Optional)"), # text
|
75 |
],
|
76 |
outputs="image",
|
77 |
-
title="
|
78 |
-
description="
|
79 |
examples=[["Red", "T-shirt", "Simple design", "Stylish Text"]]
|
80 |
)
|
81 |
|
|
|
74 |
gr.Textbox(lines=1, placeholder="Text (Optional)"), # text
|
75 |
],
|
76 |
outputs="image",
|
77 |
+
title="Make your Brand",
|
78 |
+
description="Generation of clothes",
|
79 |
examples=[["Red", "T-shirt", "Simple design", "Stylish Text"]]
|
80 |
)
|
81 |
|