Spaces:
Paused
Paused
Abid
commited on
Commit
•
f3750b3
1
Parent(s):
fad4164
theme added
Browse files- app/app_savta.py +2 -2
- examples/favicon.ico +0 -0
- examples/favicon.png +0 -0
app/app_savta.py
CHANGED
@@ -10,7 +10,7 @@ examples = [
|
|
10 |
["examples/00008.jpg"],
|
11 |
["examples/00045.jpg"],
|
12 |
]
|
13 |
-
favicon = "examples/favicon.
|
14 |
thumbnail = "examples/SavtaDepth.png"
|
15 |
|
16 |
def sepia(input_img):
|
@@ -22,6 +22,6 @@ def sepia(input_img):
|
|
22 |
return sepia_img
|
23 |
|
24 |
|
25 |
-
iface = gr.Interface(sepia, gr.inputs.Image(shape=(200, 200)), "image", title = title, description = description, article = article, examples = examples, thumbnail = thumbnail)
|
26 |
|
27 |
iface.launch(auth=("admin", "pass1234"),favicon_path=favicon) # enable_queue=True
|
|
|
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):
|
|
|
22 |
return sepia_img
|
23 |
|
24 |
|
25 |
+
iface = gr.Interface(sepia, gr.inputs.Image(shape=(200, 200)), "image", title = title, description = description, article = article, examples = examples, thumbnail = thumbnail,theme ="peach")
|
26 |
|
27 |
iface.launch(auth=("admin", "pass1234"),favicon_path=favicon) # enable_queue=True
|
examples/favicon.ico
ADDED
examples/favicon.png
DELETED
Binary file (1.2 kB)
|
|