Wauplin HF staff commited on
Commit
922a193
1 Parent(s): 9e1b141

fix examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("*.yml")]
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)