nvn04 commited on
Commit
1049169
·
verified ·
1 Parent(s): ecab8cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- with gr.Row():
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
- result_image = gr.Image(interactive=False, label="Result")
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")