Spaces:
Paused
Paused
Abid
commited on
Commit
·
f6daf3a
1
Parent(s):
441ba3e
favicon added
Browse files- app/app_savta.py +2 -2
app/app_savta.py
CHANGED
@@ -10,8 +10,8 @@ examples = [
|
|
10 |
["examples/00008.jpg"],
|
11 |
["examples/00045.jpg"],
|
12 |
]
|
13 |
-
favicon = "examples/favicon.ico"
|
14 |
-
thumbnail = "examples/SavtaDepth.png"
|
15 |
|
16 |
def sepia(input_img):
|
17 |
sepia_filter = np.array(
|
|
|
10 |
["examples/00008.jpg"],
|
11 |
["examples/00045.jpg"],
|
12 |
]
|
13 |
+
favicon = "/examples/favicon.ico"
|
14 |
+
thumbnail = "/examples/SavtaDepth.png"
|
15 |
|
16 |
def sepia(input_img):
|
17 |
sepia_filter = np.array(
|