merve HF staff commited on
Commit
aa8112b
β€’
1 Parent(s): 82a7fab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ gr.Interface.load(
68
  examples=examples,
69
  allow_flagging="manual",
70
  flagging_callback=ArgillaLogger(
71
- api_url="https://merve-ner-active-learning.hf.space",
72
  api_key=os.getenv("API_KEY"),
73
  dataset_name="ner-flags"
74
  ),
 
68
  examples=examples,
69
  allow_flagging="manual",
70
  flagging_callback=ArgillaLogger(
71
+ api_url="https://merve-argilla.hf.space",
72
  api_key=os.getenv("API_KEY"),
73
  dataset_name="ner-flags"
74
  ),