Spaces:
Runtime error
Runtime error
lalashechka
commited on
Commit
•
16d4e4c
1
Parent(s):
2aca82a
Update app.py
Browse files
app.py
CHANGED
@@ -94,8 +94,8 @@ def create_video(prompt):
|
|
94 |
|
95 |
image_bytes = base64.b64decode(base64_string)
|
96 |
with tempfile.NamedTemporaryFile(delete=False) as temp:
|
97 |
-
|
98 |
-
|
99 |
print("cs_2")
|
100 |
|
101 |
try:
|
|
|
94 |
|
95 |
image_bytes = base64.b64decode(base64_string)
|
96 |
with tempfile.NamedTemporaryFile(delete=False) as temp:
|
97 |
+
temp.write(image_bytes)
|
98 |
+
temp_file_path = temp.name
|
99 |
print("cs_2")
|
100 |
|
101 |
try:
|