Beasto commited on
Commit
b74f535
·
1 Parent(s): 44cfb37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -3,7 +3,8 @@ from tensorflow.keras.models import load_model
3
  from PIL import Image
4
  import numpy as np
5
  import tensorflow as tf
6
- import streamlit as st
 
7
 
8
  # Open the video file
9
  f = st.file_uploader("Choose a Video")
 
3
  from PIL import Image
4
  import numpy as np
5
  import tensorflow as tf
6
+ import streamlit as st
7
+ import tempfile
8
 
9
  # Open the video file
10
  f = st.file_uploader("Choose a Video")