Winston de Jong commited on
Commit
c4649fe
·
1 Parent(s): 2ed75e5

disable flagging

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -18,6 +18,7 @@ interface = gr.Interface(
18
  fn=process_image, # Function to process the image
19
  inputs=gr.Image(type='pil'), # Upload input
20
  outputs=gr.Image(), # Display output
 
21
  title="Celebrity Face Detector",
22
  description="Upload a picture of a celebrity or group of celebrities to identify them"
23
  )
 
18
  fn=process_image, # Function to process the image
19
  inputs=gr.Image(type='pil'), # Upload input
20
  outputs=gr.Image(), # Display output
21
+ allow_flagging='never',
22
  title="Celebrity Face Detector",
23
  description="Upload a picture of a celebrity or group of celebrities to identify them"
24
  )