Spaces:
Build error
Build error
Commit
·
b36ca7d
1
Parent(s):
5cab6f1
app.py
Browse files
app.py
CHANGED
@@ -76,11 +76,11 @@ input = [gr.inputs.Image(type="filepath", label="Ground Truth - Real Image (jpg)
|
|
76 |
# if os.path.isfile(image) and idx < 6:
|
77 |
# facades_data.append(image)
|
78 |
|
79 |
-
examples = [["
|
80 |
-
["
|
81 |
-
["
|
82 |
-
["
|
83 |
-
["
|
84 |
|
85 |
# output
|
86 |
output = [gr.outputs.Image(type="pil", label="Generated - Conditioned Images")]
|
|
|
76 |
# if os.path.isfile(image) and idx < 6:
|
77 |
# facades_data.append(image)
|
78 |
|
79 |
+
examples = [["facades_data/cmp_b0010.jpg", "facades_data/cmp_b0010.png", "facades_data/cmp_b0010.bmp"],
|
80 |
+
["facades_data/cmp_b0020.jpg", "facades_data/cmp_b0020.png", "facades_data/cmp_b0020.bmp"],
|
81 |
+
["facades_data/cmp_b0030.jpg", "facades_data/cmp_b0030.png", "facades_data/cmp_b0030.bmp"],
|
82 |
+
["facades_data/cmp_b0040.jpg", "facades_data/cmp_b0040.png", "facades_data/cmp_b0040.bmp"],
|
83 |
+
["facades_data/cmp_b0050.jpg", "facades_data/cmp_b0050.png", "facades_data/cmp_b0050.bmp"]]
|
84 |
|
85 |
# output
|
86 |
output = [gr.outputs.Image(type="pil", label="Generated - Conditioned Images")]
|