Update app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ gr.Interface.load(
|
|
| 69 |
allow_flagging="manual",
|
| 70 |
flagging_callback=ArgillaLogger(
|
| 71 |
api_url="https://merve-argilla.hf.space",
|
| 72 |
-
api_key=os.getenv("
|
| 73 |
dataset_name="ner-flags"
|
| 74 |
),
|
| 75 |
flagging_options=["Correct", "Incorrect", "Ambiguous"]
|
|
|
|
| 69 |
allow_flagging="manual",
|
| 70 |
flagging_callback=ArgillaLogger(
|
| 71 |
api_url="https://merve-argilla.hf.space",
|
| 72 |
+
api_key=os.getenv("TEAM_API_KEY"),
|
| 73 |
dataset_name="ner-flags"
|
| 74 |
),
|
| 75 |
flagging_options=["Correct", "Incorrect", "Ambiguous"]
|