Alex Strick van Linschoten commited on
Commit
4f45310
1 Parent(s): 10bd131

change theme

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -24,8 +24,9 @@ examples = [
24
  "test5.jpg",
25
  ]
26
  interpretation = "default"
27
- # interpretation = "shap"
28
  enable_queue = True
 
 
29
 
30
  gr.Interface(
31
  fn=predict,
@@ -34,7 +35,8 @@ gr.Interface(
34
  title=title,
35
  description=description,
36
  article=article,
37
- theme="peach",
 
38
  examples=examples,
39
  interpretation=interpretation,
40
  enable_queue=enable_queue,
 
24
  "test5.jpg",
25
  ]
26
  interpretation = "default"
 
27
  enable_queue = True
28
+ theme = "dark-peach"
29
+ allow_flagging = "never"
30
 
31
  gr.Interface(
32
  fn=predict,
 
35
  title=title,
36
  description=description,
37
  article=article,
38
+ theme=theme,
39
+ allow_flagging=allow_flagging,
40
  examples=examples,
41
  interpretation=interpretation,
42
  enable_queue=enable_queue,