f2 / src /templates /display_output.html
RishitJavia's picture
Duplicate from infocusp/f1
1823601
raw
history blame contribute delete
284 Bytes
<!doctype html>
<title>PoseSync</title>
<h2>PoseSync</h2>
<div style="margin: 10px auto;">
<video autoplay="autoplay" controls="controls" preload="preload">-->
<source src="{{ url_for('display_video', filename=filename) }}" type="video/mp4"></source>
</video>
</div>