Spaces:
Runtime error
Runtime error
Commit
·
1fa8343
1
Parent(s):
5e3a722
manual flag
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ gradio_ui = gr.Interface(
|
|
74 |
["El gobierno levanta el confinamiento"]
|
75 |
],
|
76 |
flagging_options=["Correct label", "Incorrect label"],
|
77 |
-
allow_flagging="
|
78 |
)
|
79 |
|
80 |
gradio_ui.launch()
|
|
|
74 |
["El gobierno levanta el confinamiento"]
|
75 |
],
|
76 |
flagging_options=["Correct label", "Incorrect label"],
|
77 |
+
allow_flagging="manual",
|
78 |
)
|
79 |
|
80 |
gradio_ui.launch()
|