Spaces:
Running
Running
20231214 4
Browse files
app.py
CHANGED
@@ -153,9 +153,8 @@ with gr.Blocks(css = ".output-image, .input-image, .image-preview {height: 400px
|
|
153 |
os.path.join(os.path.dirname(__file__), "garments/bottom5.png"),
|
154 |
])
|
155 |
|
156 |
-
|
157 |
-
with gr.Column():
|
158 |
run_button = gr.Button(value="Run")
|
|
|
159 |
gallery = gr.Image()
|
160 |
|
161 |
run_button.click(fn=get_tryon_result,
|
|
|
153 |
os.path.join(os.path.dirname(__file__), "garments/bottom5.png"),
|
154 |
])
|
155 |
|
|
|
|
|
156 |
run_button = gr.Button(value="Run")
|
157 |
+
with gr.Column():
|
158 |
gallery = gr.Image()
|
159 |
|
160 |
run_button.click(fn=get_tryon_result,
|