alvanlii commited on
Commit
b734364
1 Parent(s): cfc0ea4

Update sample path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "./sample/flower1.jpg"
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"