Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ with gr.Blocks(css=".output-image, .input-image, .image-preview {height: 400px !
|
|
54 |
with gr.Row():
|
55 |
top = gr.Image(sources='upload', type="filepath", label="TOP")
|
56 |
example_top = gr.Examples(inputs=top,
|
57 |
-
examples_per_page=
|
58 |
examples=[
|
59 |
os.path.join(os.path.dirname(__file__), "clothes/1716342819_6_1_1.jpg"),
|
60 |
os.path.join(os.path.dirname(__file__), "clothes/5854302802_6_1_1.jpg"),
|
@@ -62,7 +62,9 @@ with gr.Blocks(css=".output-image, .input-image, .image-preview {height: 400px !
|
|
62 |
os.path.join(os.path.dirname(__file__), "clothes/7713340833_2_6_8.jpg"),
|
63 |
os.path.join(os.path.dirname(__file__), "clothes/kıyafet3.jpeg"),
|
64 |
os.path.join(os.path.dirname(__file__), "clothes/WhatsApp Image 2024-01-08 at 12.17.17.jpeg"),
|
65 |
-
os.path.join(os.path.dirname(__file__), "clothes/kıyafet1.jpg")
|
|
|
|
|
66 |
|
67 |
])
|
68 |
|
|
|
54 |
with gr.Row():
|
55 |
top = gr.Image(sources='upload', type="filepath", label="TOP")
|
56 |
example_top = gr.Examples(inputs=top,
|
57 |
+
examples_per_page=9,
|
58 |
examples=[
|
59 |
os.path.join(os.path.dirname(__file__), "clothes/1716342819_6_1_1.jpg"),
|
60 |
os.path.join(os.path.dirname(__file__), "clothes/5854302802_6_1_1.jpg"),
|
|
|
62 |
os.path.join(os.path.dirname(__file__), "clothes/7713340833_2_6_8.jpg"),
|
63 |
os.path.join(os.path.dirname(__file__), "clothes/kıyafet3.jpeg"),
|
64 |
os.path.join(os.path.dirname(__file__), "clothes/WhatsApp Image 2024-01-08 at 12.17.17.jpeg"),
|
65 |
+
os.path.join(os.path.dirname(__file__), "clothes/kıyafet1.jpg"),
|
66 |
+
os.path.join(os.path.dirname(__file__), "clothes/WhatsApp Image 2024-01-08 at 12.25.43.jpeg"),
|
67 |
+
os.path.join(os.path.dirname(__file__), "clothes/3992327611_6_1_1.jpg")
|
68 |
|
69 |
])
|
70 |
|