Ahsen Khaliq commited on
Commit
dcbfd40
Β·
1 Parent(s): c1110db
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -207,8 +207,8 @@ def resize_image(image, out_size):
207
 
208
  def inference(text):
209
  texts = text
210
- width = 256
211
- height = 256
212
  model = "vqgan_imagenet_f16_16384"
213
  images_interval = 50
214
  init_image = ""
 
207
 
208
  def inference(text):
209
  texts = text
210
+ width = 128
211
+ height = 128
212
  model = "vqgan_imagenet_f16_16384"
213
  images_interval = 50
214
  init_image = ""