RunningYou commited on
Commit
40fd025
1 Parent(s): 1e2c561
Files changed (2) hide show
  1. app.py +3 -1
  2. example.png → example1.png +0 -0
app.py CHANGED
@@ -86,7 +86,9 @@ description = "Inpainting Stable Diffusion <br/><b>mediapipe + Stable Diffusion<
86
 
87
 
88
  examples = [
89
- [os.path.join(os.path.dirname(__file__), "example.png"), 'a bench in a field', 2]
 
 
90
  ]
91
 
92
 
 
86
 
87
 
88
  examples = [
89
+ [os.path.join(os.path.dirname(__file__), "example1.png"), 'a bench in a field', 2],
90
+ # [os.path.join(os.path.dirname(__file__), "example2.png"), 'a palace with many steps', 2],
91
+ # [os.path.join(os.path.dirname(__file__), "example3.png"), 'a big ship parked on the shore', 2]
92
  ]
93
 
94
 
example.png → example1.png RENAMED
File without changes