Spaces:
Sleeping
Sleeping
aryrk commited on
Commit ·
7a19824
1
Parent(s): 054a044
[fix error]
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ sample_images = [
|
|
| 64 |
|
| 65 |
iface = gr.Interface(
|
| 66 |
fn=reflection_removal,
|
| 67 |
-
inputs=gr.File(
|
| 68 |
outputs=gr.Gallery(label="Results after Reflection Removal"),
|
| 69 |
title="Reflection Remover with Pix2Pix",
|
| 70 |
description="Upload images to remove reflections using a Pix2Pix model.",
|
|
|
|
| 64 |
|
| 65 |
iface = gr.Interface(
|
| 66 |
fn=reflection_removal,
|
| 67 |
+
inputs=gr.File(label="Upload Image", type="image"),
|
| 68 |
outputs=gr.Gallery(label="Results after Reflection Removal"),
|
| 69 |
title="Reflection Remover with Pix2Pix",
|
| 70 |
description="Upload images to remove reflections using a Pix2Pix model.",
|