Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ pipe.to(device)
|
|
22 |
|
23 |
source_img = gr.Image(image_mode="RGB",
|
24 |
source="upload",
|
25 |
-
type="
|
26 |
shape=None,
|
27 |
invert_colors=False)
|
28 |
|
|
|
22 |
|
23 |
source_img = gr.Image(image_mode="RGB",
|
24 |
source="upload",
|
25 |
+
type="filepath",
|
26 |
shape=None,
|
27 |
invert_colors=False)
|
28 |
|