fmajer commited on
Commit
02ca40c
·
1 Parent(s): a634e56

css change

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,11 +65,11 @@ demo = gr.Interface(
65
  examples=[
66
  ["examples/img1.jpeg", "Find a person.", True, 0.25],
67
  ],
68
- allow_flagging = "never",
69
  cache_examples=False,
 
70
  css = """
71
  body {background-color : grey}
72
  """,
73
  )
74
- demo.launch(debug=True)
75
 
 
65
  examples=[
66
  ["examples/img1.jpeg", "Find a person.", True, 0.25],
67
  ],
 
68
  cache_examples=False,
69
+ allow_flagging = "never",
70
  css = """
71
  body {background-color : grey}
72
  """,
73
  )
74
+ demo.launch()
75