Ahsen Khaliq commited on
Commit
83b7075
Β·
1 Parent(s): 2041e1f

Update app.py

Browse files
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 = 300
211
- height = 300
212
  model = "vqgan_imagenet_f16_16384"
213
  images_interval = 50
214
  init_image = ""
 
207
 
208
  def inference(text):
209
  texts = text
210
+ width = 20
211
+ height = 20
212
  model = "vqgan_imagenet_f16_16384"
213
  images_interval = 50
214
  init_image = ""