Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ gr.Interface(
|
|
12 |
inputs=gr.Image(label="Upload hot dog candidate", type="filepath"),
|
13 |
outputs=gr.Label(num_top_classes=2),
|
14 |
title="Hot Dog? Or Not?",
|
15 |
-
|
16 |
).launch()
|
17 |
|
18 |
# import matplotlib.pyplot as plt
|
|
|
12 |
inputs=gr.Image(label="Upload hot dog candidate", type="filepath"),
|
13 |
outputs=gr.Label(num_top_classes=2),
|
14 |
title="Hot Dog? Or Not?",
|
15 |
+
flagging_mode="manual"
|
16 |
).launch()
|
17 |
|
18 |
# import matplotlib.pyplot as plt
|