Spaces:
Runtime error
Runtime error
Commit
β’
e21b4ea
1
Parent(s):
51d268c
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ gr.Interface.load(
|
|
78 |
allow_flagging="manual",
|
79 |
flagging_callback=ArgillaLogger(
|
80 |
api_url="https://dvilasuero-taller-somosnlp.hf.space",
|
81 |
-
api_key="os.getenv("TEAM_API_KEY")
|
82 |
dataset_name="ner-flags"
|
83 |
),
|
84 |
flagging_options=["Correcto", "Incorrecto", "Ambiguo"]
|
|
|
78 |
allow_flagging="manual",
|
79 |
flagging_callback=ArgillaLogger(
|
80 |
api_url="https://dvilasuero-taller-somosnlp.hf.space",
|
81 |
+
api_key="os.getenv("TEAM_API_KEY"),
|
82 |
dataset_name="ner-flags"
|
83 |
),
|
84 |
flagging_options=["Correcto", "Incorrecto", "Ambiguo"]
|