Skip to content

Commit

Permalink
Merge pull request #12 from Saifkhan-rkp/saif
Browse files Browse the repository at this point in the history
load_model imported from keras
  • Loading branch information
Saifkhan-rkp authored Mar 10, 2024
2 parents 9084841 + d5ab71b commit 6752e52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FRONTEND.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# import cv2
import numpy as np
from PIL import ImageChops, ImageEnhance, Image
from tensorflow.keras.models import load_model
from keras.models import load_model
import streamlit as st
import os
import time
Expand Down
2 changes: 1 addition & 1 deletion confidence.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# import cv2
import numpy as np
from PIL import ImageChops, ImageEnhance, Image
from tensorflow.keras.models import load_model
from keras.models import load_model
import streamlit as st
import os
import time
Expand Down

0 comments on commit 6752e52

Please sign in to comment.