Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,6 +50,7 @@ def generate(image, video, instruction=DEFAULT_INPUT, sampling=False, temperatur
|
|
| 50 |
|
| 51 |
print(image)
|
| 52 |
print(video)
|
|
|
|
| 53 |
|
| 54 |
if not video:
|
| 55 |
image_data = Image.fromarray(image.astype('uint8'), 'RGB')
|
|
|
|
| 50 |
|
| 51 |
print(image)
|
| 52 |
print(video)
|
| 53 |
+
print(instruction)
|
| 54 |
|
| 55 |
if not video:
|
| 56 |
image_data = Image.fromarray(image.astype('uint8'), 'RGB')
|