Spaces:
Running
Running
Update app.py
Browse files
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=
|
|
|
|
| 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,
|