Spaces:
Runtime error
Runtime error
BertChristiaens
commited on
Commit
•
79067b4
1
Parent(s):
b1dbf88
add video
Browse files- .gitattributes +1 -0
- app.py +3 -0
- content/controlnet_sprint_demo.mp4 +3 -0
.gitattributes
CHANGED
@@ -51,3 +51,4 @@ content/keep[[:space:]]background[[:space:]]2.png filter=lfs diff=lfs merge=lfs
|
|
51 |
content/output_2.png filter=lfs diff=lfs merge=lfs -text
|
52 |
content/example_3.jpg filter=lfs diff=lfs merge=lfs -text
|
53 |
content/output_3.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
51 |
content/output_2.png filter=lfs diff=lfs merge=lfs -text
|
52 |
content/example_3.jpg filter=lfs diff=lfs merge=lfs -text
|
53 |
content/output_3.png filter=lfs diff=lfs merge=lfs -text
|
54 |
+
content/controlnet_sprint_demo.mp4 filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
@@ -358,6 +358,9 @@ def main():
|
|
358 |
make_image_row(Image.open("content/output_1.png"), Image.open("content/regen_example.png"))
|
359 |
make_image_row(Image.open("content/keep background 2.png"), Image.open("content/output_0.png"))
|
360 |
make_image_row(Image.open("content/segmentation window.png"), Image.open("content/output_3.png"))
|
|
|
|
|
|
|
361 |
|
362 |
else:
|
363 |
make_prompt_row()
|
|
|
358 |
make_image_row(Image.open("content/output_1.png"), Image.open("content/regen_example.png"))
|
359 |
make_image_row(Image.open("content/keep background 2.png"), Image.open("content/output_0.png"))
|
360 |
make_image_row(Image.open("content/segmentation window.png"), Image.open("content/output_3.png"))
|
361 |
+
|
362 |
+
st.write("## Example video")
|
363 |
+
st.video(open('controlnet_sprint_demo.mp4', 'rb').read())
|
364 |
|
365 |
else:
|
366 |
make_prompt_row()
|
content/controlnet_sprint_demo.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5c81e8aa9f5b87e8cc25b3e3c39be0c2b9da6116d51b5bf727f924b75648f06
|
3 |
+
size 14009962
|