udpate url
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ def get_video_html(path, video_id, width=700, height=700):
|
|
144 |
video_html = f"""
|
145 |
<video class="contour_video" width="{width}" height="{height}" preload="auto" muted playsinline onpause="this.load()"
|
146 |
autoplay loop disablepictureinpicture id="{video_id}">
|
147 |
-
<source src="file/{path}" type="video/mp4">
|
148 |
Your browser does not support the video tag.
|
149 |
</video>
|
150 |
"""
|
|
|
144 |
video_html = f"""
|
145 |
<video class="contour_video" width="{width}" height="{height}" preload="auto" muted playsinline onpause="this.load()"
|
146 |
autoplay loop disablepictureinpicture id="{video_id}">
|
147 |
+
<source src="https://wxdai-motionlcm.hf.space/file/{path}" type="video/mp4">
|
148 |
Your browser does not support the video tag.
|
149 |
</video>
|
150 |
"""
|