Spaces:
Running
on
Zero
Running
on
Zero
Staticaliza
commited on
Commit
•
029aec2
1
Parent(s):
ef4d60d
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')
|