dzmu commited on
Commit
cdd0348
·
verified ·
1 Parent(s): e0dc749

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -535,7 +535,8 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
535
  with gr.Row():
536
  with gr.Column(scale=1):
537
  input_image = gr.Image(
538
- type='pil',
 
539
  label="Upload Your Fit",
540
  sources=['upload', 'webcam', 'clipboard'],
541
  height=400,
 
535
  with gr.Row():
536
  with gr.Column(scale=1):
537
  input_image = gr.Image(
538
+ type="filepath",
539
+ #type='pil',
540
  label="Upload Your Fit",
541
  sources=['upload', 'webcam', 'clipboard'],
542
  height=400,