Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
Β·
dcbfd40
1
Parent(s):
c1110db
128
Browse files
app.py
CHANGED
@@ -207,8 +207,8 @@ def resize_image(image, out_size):
|
|
207 |
|
208 |
def inference(text):
|
209 |
texts = text
|
210 |
-
width =
|
211 |
-
height =
|
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 = ""
|