rahul5035 commited on
Commit
417549f
1 Parent(s): d29eacb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import streamlit as st
 
 
2
  from youtube_downloader import Download
3
  from collections import deque
4
  from prediction import Predict
 
1
  import streamlit as st
2
+ from PIL import Image
3
+
4
  from youtube_downloader import Download
5
  from collections import deque
6
  from prediction import Predict