puji4ml commited on
Commit
74ff692
ยท
1 Parent(s): 237f40a

enabling flagging option

Browse files

enabling flagging option for Incorrect Classification

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ outputs=[
75
  ]
76
 
77
  app = gr.Interface(fn=make_prediction,inputs=inputs,outputs=outputs,title="Welcome to the Croc-O-Net Classifier ๐ŸŠ๐Ÿ”",
78
- flagging_options=["Incorrect Classification"],theme="soft",allow_flagging="manual",flagging_dir="flagged"
79
  description="Tired of squinting at blurry vacation photos, wondering if that log is a laid-back crocodile or just natureโ€™s idea of a floating joke?๐ŸŠ Fear not!",
80
  article="<p style='text-align: center'><a href='https://medium.com/@p3pioneer22/croc-o-net-the-only-cnn-project-you-need-to-get-a-job-d57b86ac8fac' target='_blank'>Medium Blog Post ๐Ÿ“ฐ</a></p>")
81
  app.launch()
 
75
  ]
76
 
77
  app = gr.Interface(fn=make_prediction,inputs=inputs,outputs=outputs,title="Welcome to the Croc-O-Net Classifier ๐ŸŠ๐Ÿ”",
78
+ flagging_options=["Incorrect Classification"],theme="soft",allow_flagging="manual",flagging_dir="flagged",
79
  description="Tired of squinting at blurry vacation photos, wondering if that log is a laid-back crocodile or just natureโ€™s idea of a floating joke?๐ŸŠ Fear not!",
80
  article="<p style='text-align: center'><a href='https://medium.com/@p3pioneer22/croc-o-net-the-only-cnn-project-you-need-to-get-a-job-d57b86ac8fac' target='_blank'>Medium Blog Post ๐Ÿ“ฐ</a></p>")
81
  app.launch()