wxDai commited on
Commit
39703ea
1 Parent(s): 6b1e9f7

udpate url

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  """