Spaces:
Running
Running
Commit
·
5817397
1
Parent(s):
a62d460
Update app.py
Browse files
app.py
CHANGED
@@ -12,4 +12,5 @@ gr.Interface(
|
|
12 |
inputs=gr.inputs.Image(label="Upload hot dog candidate", type="filepath"),
|
13 |
outputs=gr.outputs.Label(num_top_classes=2),
|
14 |
title="Hot Dog? Or Not?",
|
|
|
15 |
).launch()
|
|
|
12 |
inputs=gr.inputs.Image(label="Upload hot dog candidate", type="filepath"),
|
13 |
outputs=gr.outputs.Label(num_top_classes=2),
|
14 |
title="Hot Dog? Or Not?",
|
15 |
+
allow_flagging="manual"
|
16 |
).launch()
|