RunningYou commited on
Commit
be3d0af
1 Parent(s): b0beecb
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,5 +1,4 @@
1
  from PIL import Image
2
- import math
3
  import numpy as np
4
  import torch
5
  import PIL
@@ -86,7 +85,7 @@ description = "Inpainting Stable Diffusion <br/><b>mediapipe + Stable Diffusion<
86
 
87
 
88
  examples = [
89
- ["example1.png", 'a bench in a field', 2],
90
  # [os.path.join(os.path.dirname(__file__), "example2.png"), 'a building with many steps', 2],
91
  # [os.path.join(os.path.dirname(__file__), "example3.png"), 'a big ship parked on the shore', 2]
92
  ]
 
1
  from PIL import Image
 
2
  import numpy as np
3
  import torch
4
  import PIL
 
85
 
86
 
87
  examples = [
88
+ [os.path.dirname(__file__) + 'example1.png', 'a bench in a field', 2],
89
  # [os.path.join(os.path.dirname(__file__), "example2.png"), 'a building with many steps', 2],
90
  # [os.path.join(os.path.dirname(__file__), "example3.png"), 'a big ship parked on the shore', 2]
91
  ]