Spaces:
Runtime error
Runtime error
Adonai Vera
commited on
Commit
·
1666582
1
Parent(s):
bfd9cdf
Get feedbacks from user
Browse files
app.py
CHANGED
@@ -30,7 +30,9 @@ iface = gr.Interface(
|
|
30 |
["examples/RC.jpg"]
|
31 |
],
|
32 |
description="Upload an image to classify if need clean or not.",
|
33 |
-
title="Cleaner Classification with AI by Subterra"
|
|
|
|
|
34 |
)
|
35 |
|
36 |
# Launch the interface
|
|
|
30 |
["examples/RC.jpg"]
|
31 |
],
|
32 |
description="Upload an image to classify if need clean or not.",
|
33 |
+
title="Cleaner Classification with AI by Subterra",
|
34 |
+
allow_flagging="manual",
|
35 |
+
flagging_options=["wrong sign", "off by one", "other"]
|
36 |
)
|
37 |
|
38 |
# Launch the interface
|