Spaces:
Runtime error
Runtime error
Commit
·
134e0da
1
Parent(s):
b96d189
app.py
CHANGED
@@ -46,7 +46,7 @@ def anim(f_promt, s_promt, stability_key):
|
|
46 |
repo_dir = os.getenv('HF_COMET_ROOT_PATH', '/')
|
47 |
|
48 |
# Define output folder path
|
49 |
-
output_dir = os.path.join(
|
50 |
|
51 |
# Render each frame of animation
|
52 |
for idx, frame in enumerate(animator.render()):
|
|
|
46 |
repo_dir = os.getenv('HF_COMET_ROOT_PATH', '/')
|
47 |
|
48 |
# Define output folder path
|
49 |
+
output_dir = os.path.join("https://huggingface.co/spaces/besarismaili/sdanim/tree/main/output")
|
50 |
|
51 |
# Render each frame of animation
|
52 |
for idx, frame in enumerate(animator.render()):
|