Spaces:
Runtime error
Runtime error
Commit
Β·
6748d56
1
Parent(s):
cea3391
docs: Update not argilla present message
Browse files
src/distilabel_dataset_generator/apps/sft.py
CHANGED
|
@@ -545,7 +545,7 @@ with gr.Blocks(
|
|
| 545 |
)
|
| 546 |
else:
|
| 547 |
gr.Markdown(
|
| 548 |
-
"Please add `ARGILLA_API_URL` and `ARGILLA_API_KEY` to use Argilla."
|
| 549 |
)
|
| 550 |
with gr.Tab("Hugging Face Hub"):
|
| 551 |
with gr.Row(variant="panel"):
|
|
|
|
| 545 |
)
|
| 546 |
else:
|
| 547 |
gr.Markdown(
|
| 548 |
+
"Please add `ARGILLA_API_URL` and `ARGILLA_API_KEY` to use Argilla or export the dataset to the Hugging Face Hub."
|
| 549 |
)
|
| 550 |
with gr.Tab("Hugging Face Hub"):
|
| 551 |
with gr.Row(variant="panel"):
|