Spaces:
Runtime error
Runtime error
[test] make change to test hf space refresh
Browse files
app.py
CHANGED
@@ -285,8 +285,8 @@ def cover_style_helper(styles, capacity=10, clothes_owned=''):
|
|
285 |
outfits_str += '\n'
|
286 |
return clothes_str, outfits_str
|
287 |
|
288 |
-
article_keys = gender_article_keys['male']
|
289 |
-
print(cover_style_helper( ['banana republic'] ))
|
290 |
|
291 |
def cover_style_helper_wrapper(markdown, styles, capacity=10, clothes_owned=''):
|
292 |
if len(styles) > 0:
|
@@ -445,7 +445,7 @@ Hence it's important to look at the outfits images under possible outfits for a
|
|
445 |
gr.Markdown(ABOUT_MARKDOWN)
|
446 |
|
447 |
|
448 |
-
|
449 |
demo.launch(debug=False)
|
450 |
|
451 |
|
|
|
285 |
outfits_str += '\n'
|
286 |
return clothes_str, outfits_str
|
287 |
|
288 |
+
# article_keys = gender_article_keys['male']
|
289 |
+
# print(cover_style_helper( ['banana republic'] ))
|
290 |
|
291 |
def cover_style_helper_wrapper(markdown, styles, capacity=10, clothes_owned=''):
|
292 |
if len(styles) > 0:
|
|
|
445 |
gr.Markdown(ABOUT_MARKDOWN)
|
446 |
|
447 |
|
448 |
+
article_keys = gender_article_keys['male']
|
449 |
demo.launch(debug=False)
|
450 |
|
451 |
|