Eaglebelt commited on
Commit
a3438df
·
verified ·
1 Parent(s): e740229

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
56
  src = gr.Image(sources="upload", type="filepath",
57
  label="Person Image")
58
  with gr.Column():
59
- gr, Markdown("####UPLOAD GARMENT IMAGE")
60
  ref = gr.Image(sources="upload", type="filepath",
61
  label="Garment Image")
62
  with gr.Column():
 
56
  src = gr.Image(sources="upload", type="filepath",
57
  label="Person Image")
58
  with gr.Column():
59
+ gr.Markdown("####UPLOAD GARMENT IMAGE")
60
  ref = gr.Image(sources="upload", type="filepath",
61
  label="Garment Image")
62
  with gr.Column():