Abid commited on
Commit
f3750b3
1 Parent(s): fad4164

theme added

Browse files
app/app_savta.py CHANGED
@@ -10,7 +10,7 @@ examples = [
10
  ["examples/00008.jpg"],
11
  ["examples/00045.jpg"],
12
  ]
13
- favicon = "examples/favicon.png"
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)