We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae52bf commit 7f31ccdCopy full SHA for 7f31ccd
1 file changed
WebApp.py
@@ -130,6 +130,7 @@ def main():
130
st.markdown(html_temp, unsafe_allow_html=True)
131
f = st.file_uploader("Upload file")
132
if f is not None :
133
+ download_model_files()
134
tfile = tempfile.NamedTemporaryFile(delete=False)
135
tfile.write(f.read())
136
vf = cv2.VideoCapture(tfile.name)
0 commit comments