Spaces:
Paused
Paused
Abid
commited on
Commit
•
c67874b
1
Parent(s):
e766bf7
favicon added and auth bug fixed
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 = "
|
14 |
-
thumbnail = "
|
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(
|