Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -319,7 +319,7 @@ def app_gradio():
|
|
319 |
gr.Markdown(HEADER)
|
320 |
with gr.Tab("Virtual Try on"):
|
321 |
with gr.Row():
|
322 |
-
|
323 |
# define root_path
|
324 |
root_path = "resource/demo/example"
|
325 |
# First column
|
@@ -423,7 +423,7 @@ def app_gradio():
|
|
423 |
# ===============================================================
|
424 |
with gr.Row():
|
425 |
# Result pennal
|
426 |
-
|
427 |
|
428 |
# Submit button
|
429 |
submit = gr.Button("Submit")
|
|
|
319 |
gr.Markdown(HEADER)
|
320 |
with gr.Tab("Virtual Try on"):
|
321 |
with gr.Row():
|
322 |
+
|
323 |
# define root_path
|
324 |
root_path = "resource/demo/example"
|
325 |
# First column
|
|
|
423 |
# ===============================================================
|
424 |
with gr.Row():
|
425 |
# Result pennal
|
426 |
+
result_image = gr.Image(interactive=False, label="Result")
|
427 |
|
428 |
# Submit button
|
429 |
submit = gr.Button("Submit")
|