Spaces:
Runtime error
Runtime error
forgot one one ref to image dict
Browse files
app.py
CHANGED
|
@@ -89,7 +89,7 @@ def generate(
|
|
| 89 |
def check_if_compiled(image, inference_steps, height, width, num_frames, message):
|
| 90 |
height = int(height)
|
| 91 |
width = int(width)
|
| 92 |
-
hint_image =
|
| 93 |
if (hint_image is None, inference_steps, height, width, num_frames) in _seen_compilations:
|
| 94 |
return ''
|
| 95 |
else:
|
|
|
|
| 89 |
def check_if_compiled(image, inference_steps, height, width, num_frames, message):
|
| 90 |
height = int(height)
|
| 91 |
width = int(width)
|
| 92 |
+
hint_image = image
|
| 93 |
if (hint_image is None, inference_steps, height, width, num_frames) in _seen_compilations:
|
| 94 |
return ''
|
| 95 |
else:
|