lichih commited on
Commit
36d6732
·
verified ·
1 Parent(s): c860e5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- allow_flagging="manual"
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