lalashechka commited on
Commit
16d4e4c
1 Parent(s): 2aca82a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- temp.write(image_bytes)
98
- temp_file_path = temp.name
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: