Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,5 +68,5 @@ gr.Interface.load(
|
|
68 |
api_key="team.apikey",
|
69 |
dataset_name="ner-flags"
|
70 |
),
|
71 |
-
|
72 |
).launch()
|
|
|
68 |
api_key="team.apikey",
|
69 |
dataset_name="ner-flags"
|
70 |
),
|
71 |
+
flagging_options=["Correct", "Incorrect", "Ambiguous"]
|
72 |
).launch()
|