Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def generate_image(prompt, image):
|
|
89 |
image = Image.fromarray(image)
|
90 |
image.save(INPUT_DIR+'/input.png', format='PNG')
|
91 |
|
92 |
-
prefix_filename = random.randint(0, 999999)
|
93 |
queue_reqs.add(prefix_filename)
|
94 |
process = None
|
95 |
try:
|
|
|
89 |
image = Image.fromarray(image)
|
90 |
image.save(INPUT_DIR+'/input.png', format='PNG')
|
91 |
|
92 |
+
prefix_filename = str(random.randint(0, 999999))
|
93 |
queue_reqs.add(prefix_filename)
|
94 |
process = None
|
95 |
try:
|