Spaces:
Runtime error
Runtime error
yupeng.zhou
commited on
Commit
•
6fbc423
1
Parent(s):
5a60f57
fix
Browse files- app.py +9 -0
- examples/lecun/yann-lecun2.jpeg +0 -0
app.py
CHANGED
@@ -749,6 +749,15 @@ with gr.Blocks(css=css) as demo:
|
|
749 |
]),
|
750 |
"Comic book","Only Using Textual Description",get_image_path_list('./examples/taylor'),768,768
|
751 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
752 |
[1,0.5,0.5,3,"a woman img, wearing a white T-shirt, blue loose hair",
|
753 |
"bad anatomy, bad hands, missing fingers, extra fingers, three hands, three legs, bad arms, missing legs, missing arms, poorly drawn face, bad face, fused face, cloned face, three crus, fused feet, fused thigh, extra crus, ugly fingers, horn, cartoon, cg, 3d, unreal, animate, amputation, disconnected limbs",
|
754 |
array2string(["wake up in the bed",
|
|
|
749 |
]),
|
750 |
"Comic book","Only Using Textual Description",get_image_path_list('./examples/taylor'),768,768
|
751 |
],
|
752 |
+
[0,0.5,0.5,2,"a policeman img, wearing a white shirt",
|
753 |
+
"bad anatomy, bad hands, missing fingers, extra fingers, three hands, three legs, bad arms, missing legs, missing arms, poorly drawn face, bad face, fused face, cloned face, three crus, fused feet, fused thigh, extra crus, ugly fingers, horn, cartoon, cg, 3d, unreal, animate, amputation, disconnected limbs",
|
754 |
+
array2string(["Directing traffic on the road. ",
|
755 |
+
"walking on the streets.",
|
756 |
+
"Chasing a man on the street.",
|
757 |
+
"At the police station.",
|
758 |
+
]),
|
759 |
+
"Japanese Anime","Only Using Textual Description",get_image_path_list('./examples/lecun'),768,768
|
760 |
+
],
|
761 |
[1,0.5,0.5,3,"a woman img, wearing a white T-shirt, blue loose hair",
|
762 |
"bad anatomy, bad hands, missing fingers, extra fingers, three hands, three legs, bad arms, missing legs, missing arms, poorly drawn face, bad face, fused face, cloned face, three crus, fused feet, fused thigh, extra crus, ugly fingers, horn, cartoon, cg, 3d, unreal, animate, amputation, disconnected limbs",
|
763 |
array2string(["wake up in the bed",
|
examples/lecun/yann-lecun2.jpeg
ADDED