dvilasuero HF staff commited on
Commit
43183c7
β€’
1 Parent(s): e21b4ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"]