Spaces:
Runtime error
Runtime error
Update sample path
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def main():
|
|
17 |
segmodel, model, diffusion, ldm, bert, clip_model, model_params = make_models()
|
18 |
|
19 |
def load_sample():
|
20 |
-
SAMPLE_IMAGE = "./
|
21 |
input_image = Image.open(SAMPLE_IMAGE)
|
22 |
from_text = "a flower"
|
23 |
instruction = "a sunflower"
|
|
|
17 |
segmodel, model, diffusion, ldm, bert, clip_model, model_params = make_models()
|
18 |
|
19 |
def load_sample():
|
20 |
+
SAMPLE_IMAGE = "./flower1.jpg"
|
21 |
input_image = Image.open(SAMPLE_IMAGE)
|
22 |
from_text = "a flower"
|
23 |
instruction = "a sunflower"
|