Nahrawy commited on
Commit
5832738
1 Parent(s): 8d1c7e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +20 -4
app.py CHANGED
@@ -58,12 +58,28 @@ def infer(prompts, negative_prompts, image):
58
  return output_images
59
 
60
  e_images = ['0.png',
61
- '1.png',
62
- '2.png']
 
 
 
 
 
 
63
  e_prompts = ['a dog in the middle of the road, shadow on the ground,light direction north-east',
64
- 'a skyscraper in the middle of an intersection, shadow on the ground, light direction east',
65
- 'a red rural house, light temperature 5500, shadow on the ground, light direction south-west']
 
 
 
 
 
66
  e_negative_prompts = ['monochromatic, unrealistic, bad looking, full of glitches',
 
 
 
 
 
67
  'monochromatic, unrealistic, bad looking, full of glitches',
68
  'monochromatic, unrealistic, bad looking, full of glitches']
69
  examples = []
 
58
  return output_images
59
 
60
  e_images = ['0.png',
61
+ '0.png',
62
+ '0.png',
63
+ '0.png',
64
+ '0.png',
65
+ '2.png',
66
+ '2.png',
67
+ '2.png',
68
+ '2.png',]
69
  e_prompts = ['a dog in the middle of the road, shadow on the ground,light direction north-east',
70
+ 'a dog in the middle of the road, shadow on the ground,light direction north-west',
71
+ 'a dog in the middle of the road, shadow on the ground,light direction south-west',
72
+ 'a dog in the middle of the road, shadow on the ground,light direction south-east',
73
+ 'a red rural house, light temperature 5500, shadow on the ground, light direction north',
74
+ 'a red rural house, light temperature 4500, shadow on the ground, light direction east',
75
+ 'a red rural house, light temperature 3500, shadow on the ground, light direction south',
76
+ 'a red rural house, light temperature 2500, shadow on the ground, light direction west']
77
  e_negative_prompts = ['monochromatic, unrealistic, bad looking, full of glitches',
78
+ 'monochromatic, unrealistic, bad looking, full of glitches',
79
+ 'monochromatic, unrealistic, bad looking, full of glitches',
80
+ 'monochromatic, unrealistic, bad looking, full of glitches',
81
+ 'monochromatic, unrealistic, bad looking, full of glitches',
82
+ 'monochromatic, unrealistic, bad looking, full of glitches',
83
  'monochromatic, unrealistic, bad looking, full of glitches',
84
  'monochromatic, unrealistic, bad looking, full of glitches']
85
  examples = []