Winston de Jong commited on
Commit ·
c4649fe
1
Parent(s): 2ed75e5
disable flagging
Browse files
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 |
)
|