omerbartal commited on
Commit
f7beb9c
1 Parent(s): ecbe199

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +4 -6
constants.py CHANGED
@@ -124,12 +124,10 @@ css = """
124
 
125
 
126
  examples = [
127
- ["Yoda", "low quality", 40],
128
- ["A red pokemon with green eyes", 40],
129
- ["cute Sundar Pihcai creature", 40],
130
- ["Hello kitty", 40],
131
  ]
132
 
133
- num_images_to_gen = 3
134
 
135
- img_height = img_width = 512
 
124
 
125
 
126
  examples = [
127
+ ["a photo of the dolomites", "", 4096],
 
 
 
128
  ]
129
 
130
+ num_images_to_gen = 1
131
 
132
+ img_height = 512
133
+ img_width = 4096