Spaces:
Paused
Paused
fix examples
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ If you use it in your research, please cite the following paper:
|
|
103 |
This Space is heavily inspired by LazyMergeKit by Maxime Labonne (see [Colab](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb)).
|
104 |
"""
|
105 |
|
106 |
-
examples = [[str(f)] for f in pathlib.Path("examples").glob("*.
|
107 |
|
108 |
# Do not set community token as `HF_TOKEN` to avoid accidentally using it in merge scripts.
|
109 |
# `COMMUNITY_HF_TOKEN` is used to upload models to the community organization (https://huggingface.co/mergekit-community)
|
|
|
103 |
This Space is heavily inspired by LazyMergeKit by Maxime Labonne (see [Colab](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb)).
|
104 |
"""
|
105 |
|
106 |
+
examples = [[str(f)] for f in pathlib.Path("examples").glob("*.yaml")]
|
107 |
|
108 |
# Do not set community token as `HF_TOKEN` to avoid accidentally using it in merge scripts.
|
109 |
# `COMMUNITY_HF_TOKEN` is used to upload models to the community organization (https://huggingface.co/mergekit-community)
|