Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GDavila
/
GIFify_OpenCV
like
4
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
GDavila
commited on
May 24, 2022
Commit
c2a61f4
·
1 Parent(s):
9c6a4cd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -90,4 +90,4 @@ if user_image_object is not None:
90
out.write(img_array[i])
91
out.release()
92
93
-
st.video(outputvideo.mp4)
90
out.write(img_array[i])
91
out.release()
92
93
+
st.video(
'
outputvideo.mp4
'
)