Spaces:
Runtime error
Runtime error
Commit
·
9bf8095
1
Parent(s):
ff12871
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,8 +62,8 @@ app = gr.Interface(fn=[predict_wfh],
|
|
| 62 |
description=description,
|
| 63 |
article=article,
|
| 64 |
examples=examples,
|
| 65 |
-
|
| 66 |
-
|
| 67 |
#flagging_callback=hf_saver
|
| 68 |
)
|
| 69 |
|
|
|
|
| 62 |
description=description,
|
| 63 |
article=article,
|
| 64 |
examples=examples,
|
| 65 |
+
allow_flagging="manual",
|
| 66 |
+
flagging_options=["mistake"],
|
| 67 |
#flagging_callback=hf_saver
|
| 68 |
)
|
| 69 |
|