Spaces:
Sleeping
Sleeping
Muhammad Waqas
commited on
Commit
·
562fba7
1
Parent(s):
bd972fb
Added: Generate image to video
Browse files
app.py
CHANGED
@@ -241,7 +241,8 @@ def image_to_video():
|
|
241 |
current_dir = os.path.dirname(os.path.abspath(__file__))
|
242 |
file_path = os.path.join(current_dir, 'workflows/cogvideox_image_to_video_workflow_api.json')
|
243 |
|
244 |
-
print(f"Modified workflow: {file_path}")
|
|
|
245 |
|
246 |
# Load and modify workflow
|
247 |
with open(file_path, 'r', encoding='utf-8') as file:
|
|
|
241 |
current_dir = os.path.dirname(os.path.abspath(__file__))
|
242 |
file_path = os.path.join(current_dir, 'workflows/cogvideox_image_to_video_workflow_api.json')
|
243 |
|
244 |
+
print(f"Modified workflow: {file_path}", flush=True)
|
245 |
+
|
246 |
|
247 |
# Load and modify workflow
|
248 |
with open(file_path, 'r', encoding='utf-8') as file:
|