Spaces:
Running
on
A10G
Running
on
A10G
BertChristiaens
commited on
Commit
•
3b9bd52
1
Parent(s):
cde7bf0
add videos
Browse files
app.py
CHANGED
@@ -360,7 +360,9 @@ def main():
|
|
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('content/controlnet_sprint_demo.mp4', 'rb').read())
|
|
|
364 |
st.video(open('content/controlnet_demo_video_2.mp4', 'rb').read())
|
365 |
|
366 |
else:
|
|
|
360 |
make_image_row(Image.open("content/segmentation window.png"), Image.open("content/output_3.png"))
|
361 |
|
362 |
st.write("## Example video")
|
363 |
+
st.write("### Video 1")
|
364 |
st.video(open('content/controlnet_sprint_demo.mp4', 'rb').read())
|
365 |
+
st.write("### Video 2")
|
366 |
st.video(open('content/controlnet_demo_video_2.mp4', 'rb').read())
|
367 |
|
368 |
else:
|