Spaces:
Runtime error
Runtime error
praeclarumjj3
commited on
Commit
•
66f009e
1
Parent(s):
dea0413
Add better samples
Browse files- .DS_Store +0 -0
- .gitattributes +1 -0
- app.py +9 -9
- test_512/bench.png +0 -0
- test_512/church.jpeg +3 -0
- test_512/door.jpeg +3 -0
- test_512/floor.jpeg +3 -0
- test_512/grass-texture.png +0 -0
- test_512/house.jpeg +3 -0
- test_512/house.png +0 -0
- test_512/landscape.png +0 -0
- test_512/mapview-texture.png +0 -0
- test_512/person-cliff.jpeg +3 -0
- test_512/{fence-background.png → person-fence.png} +0 -0
- test_512/persons-white-fence.jpeg +3 -0
- test_512/scene-background.png +0 -0
- test_512/scenery.png +0 -0
- test_512/truck.png +0 -0
- test_512/wall-1.jpeg +3 -0
- test_512/wall-2.jpeg +3 -0
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
.gitattributes
CHANGED
@@ -6,6 +6,7 @@
|
|
6 |
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
*.h5 filter=lfs diff=lfs merge=lfs -text
|
|
|
9 |
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
*.model filter=lfs diff=lfs merge=lfs -text
|
|
|
6 |
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
10 |
*.joblib filter=lfs diff=lfs merge=lfs -text
|
11 |
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
12 |
*.model filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
@@ -127,15 +127,15 @@ def image_inpainting(model):
|
|
127 |
image = st.sidebar.file_uploader("Upload an Image", type=["png", "jpg", "jpeg"])
|
128 |
|
129 |
sample_image = st.sidebar.radio('Choose a Sample Image', [
|
130 |
-
'
|
131 |
-
'
|
132 |
-
'
|
133 |
-
'
|
134 |
-
'
|
135 |
-
'
|
136 |
-
'
|
137 |
-
'
|
138 |
-
'
|
139 |
])
|
140 |
|
141 |
drawing_mode = st.sidebar.selectbox(
|
|
|
127 |
image = st.sidebar.file_uploader("Upload an Image", type=["png", "jpg", "jpeg"])
|
128 |
|
129 |
sample_image = st.sidebar.radio('Choose a Sample Image', [
|
130 |
+
'wall-1.jpeg',
|
131 |
+
'wall-2.jpeg',
|
132 |
+
'house.jpeg',
|
133 |
+
'door.jpeg',
|
134 |
+
'floor.jpeg',
|
135 |
+
'church.jpeg',
|
136 |
+
'person-cliff.jpeg',
|
137 |
+
'person-fence.png',
|
138 |
+
'persons-white-fence.jpeg',
|
139 |
])
|
140 |
|
141 |
drawing_mode = st.sidebar.selectbox(
|
test_512/bench.png
DELETED
Binary file (601 kB)
|
|
test_512/church.jpeg
ADDED
Git LFS Details
|
test_512/door.jpeg
ADDED
Git LFS Details
|
test_512/floor.jpeg
ADDED
Git LFS Details
|
test_512/grass-texture.png
DELETED
Binary file (746 kB)
|
|
test_512/house.jpeg
ADDED
Git LFS Details
|
test_512/house.png
DELETED
Binary file (545 kB)
|
|
test_512/landscape.png
DELETED
Binary file (596 kB)
|
|
test_512/mapview-texture.png
DELETED
Binary file (608 kB)
|
|
test_512/person-cliff.jpeg
ADDED
Git LFS Details
|
test_512/{fence-background.png → person-fence.png}
RENAMED
File without changes
|
test_512/persons-white-fence.jpeg
ADDED
Git LFS Details
|
test_512/scene-background.png
DELETED
Binary file (439 kB)
|
|
test_512/scenery.png
DELETED
Binary file (370 kB)
|
|
test_512/truck.png
DELETED
Binary file (585 kB)
|
|
test_512/wall-1.jpeg
ADDED
Git LFS Details
|
test_512/wall-2.jpeg
ADDED
Git LFS Details
|