dvilasuero HF staff commited on
Commit
040c4ff
1 Parent(s): f2a4395

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -64,9 +64,9 @@ gr.Interface.load(
64
  examples=examples,
65
  allow_flagging="manual",
66
  flagging_callback=ArgillaLogger(
67
- api_url="https://dvilasuero-argilla-template-space.hf.space",
68
  api_key="team.apikey",
69
- dataset_name="ner-example"
70
  ),
71
  #flaggging_options=["Correct", "Incorrect", "Ambiguous"]
72
  ).launch()
 
64
  examples=examples,
65
  allow_flagging="manual",
66
  flagging_callback=ArgillaLogger(
67
+ api_url="https://dvilasuero-argilla-template-1-3.hf.space",
68
  api_key="team.apikey",
69
+ dataset_name="ner-gradio-feedback"
70
  ),
71
  #flaggging_options=["Correct", "Incorrect", "Ambiguous"]
72
  ).launch()