danhtran2mind commited on
Commit
198128f
·
verified ·
1 Parent(s): 778b748

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from diffusers import AutoencoderKL, UNet2DConditionModel, PNDMScheduler
11
  from tqdm import tqdm
12
  from transformers import HfArgumentParser
13
 
14
- def get_examples(examples_dir: str = "assets/examples") -> list:
15
  """
16
  Load example data from the assets/examples directory.
17
  Each example is a subdirectory containing a config.json and an image file.
 
11
  from tqdm import tqdm
12
  from transformers import HfArgumentParser
13
 
14
+ def get_examples(examples_dir: str = "assets/examples/ghibli-fine-tuned-sd-2.1") -> list:
15
  """
16
  Load example data from the assets/examples directory.
17
  Each example is a subdirectory containing a config.json and an image file.