Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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-
|
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 |
),
|