Update app.py
Browse files
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.
|