Spaces:
Runtime error
Runtime error
enabling flagging option
Browse filesenabling flagging option for Incorrect Classification
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()
|