muskan19 commited on
Commit
4d7986a
·
verified ·
1 Parent(s): d9882d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -17,16 +17,16 @@ import streamlit as st
17
 
18
  import sys
19
  import os
20
- #sys.path.append(os.path.join(os.path.dirname(__file__), 'src'))
21
 
22
 
23
  # Streamlit app will be generated here
24
  import streamlit as st
25
  import cv2
26
  import numpy as np
27
- from scr.preprocess import preprocess_frame
28
  #from predict import run_prediction
29
- from src.predict import run_prediction
30
 
31
 
32
  #from src.preprocess import preprocess_frame
 
17
 
18
  import sys
19
  import os
20
+ sys.path.append(os.path.join(os.path.dirname(__file__), 'src'))
21
 
22
 
23
  # Streamlit app will be generated here
24
  import streamlit as st
25
  import cv2
26
  import numpy as np
27
+ from preprocess import preprocess_frame
28
  #from predict import run_prediction
29
+ from predict import run_prediction
30
 
31
 
32
  #from src.preprocess import preprocess_frame