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

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-flagging.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-ner-active-learning.hf.space",
72
  api_key=os.getenv("API_KEY"),
73
  dataset_name="ner-flags"
74
  ),