Spaces:
Runtime error
Runtime error
Commit
·
264f81b
1
Parent(s):
780a8d7
app.py
CHANGED
@@ -99,7 +99,7 @@ def anim(f_promt, s_promt, stability_key, cadence_interp, width ,height ,sampler
|
|
99 |
2: s_promt,
|
100 |
}
|
101 |
negative_prompt = ""
|
102 |
-
|
103 |
# Create Animator object to orchestrate the rendering
|
104 |
animator = Animator(
|
105 |
api_context=context,
|
|
|
99 |
2: s_promt,
|
100 |
}
|
101 |
negative_prompt = ""
|
102 |
+
print(args)
|
103 |
# Create Animator object to orchestrate the rendering
|
104 |
animator = Animator(
|
105 |
api_context=context,
|