BertChristiaens
commited on
Commit
•
1fa1dda
1
Parent(s):
79067b4
add video
Browse files
app.py
CHANGED
@@ -360,7 +360,7 @@ 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('controlnet_sprint_demo.mp4', 'rb').read())
|
364 |
|
365 |
else:
|
366 |
make_prompt_row()
|
|
|
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 |
|
365 |
else:
|
366 |
make_prompt_row()
|