hasibzunair commited on
Commit
a8aea0c
·
1 Parent(s): 1401578

update intro

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -66,6 +66,8 @@ demo = gr.Interface(
66
  inputs=gr.inputs.Image(type="filepath", label="Input"),
67
  outputs="label",
68
  examples=examples,
 
 
69
  )
70
 
71
 
 
66
  inputs=gr.inputs.Image(type="filepath", label="Input"),
67
  outputs="label",
68
  examples=examples,
69
+ allow_flagging="never",
70
+ analytics_enabled=False
71
  )
72
 
73