Spaces:
Runtime error
Runtime error
Commit ·
830ea02
1
Parent(s): 02aa8af
- .gitignore +2 -1
- app.py +1 -1
.gitignore
CHANGED
|
@@ -112,4 +112,5 @@ venv.bak/
|
|
| 112 |
# Files
|
| 113 |
api.py
|
| 114 |
/frames
|
| 115 |
-
/nukeHF
|
|
|
|
|
|
| 112 |
# Files
|
| 113 |
api.py
|
| 114 |
/frames
|
| 115 |
+
/nukeHF
|
| 116 |
+
/stable_video
|
app.py
CHANGED
|
@@ -135,7 +135,7 @@ def anim(f_promt, s_promt, stability_key, cadence_interp, width ,height ,sampler
|
|
| 135 |
out.release()
|
| 136 |
|
| 137 |
with gr.Blocks() as demo:
|
| 138 |
-
gr.Markdown("Stability Animation")
|
| 139 |
f_promt = gr.Textbox(label="First Prompt", value="a photo of a cute cat")
|
| 140 |
s_promt = gr.Textbox(label="Second Prompt", value="a photo of a cute dog")
|
| 141 |
stability_key = gr.Textbox(label="Stability Key", value="")
|
|
|
|
| 135 |
out.release()
|
| 136 |
|
| 137 |
with gr.Blocks() as demo:
|
| 138 |
+
gr.Markdown("Stability Animation 1")
|
| 139 |
f_promt = gr.Textbox(label="First Prompt", value="a photo of a cute cat")
|
| 140 |
s_promt = gr.Textbox(label="Second Prompt", value="a photo of a cute dog")
|
| 141 |
stability_key = gr.Textbox(label="Stability Key", value="")
|