Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ import streamlit as st
|
|
20 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
21 |
st.set_page_config(page_title="Cavity Detection Tool", layout="wide")
|
22 |
|
23 |
-
# HuggingFace
|
24 |
from huggingface_hub import from_pretrained_keras
|
25 |
# from tensorflow.keras.models import load_model
|
26 |
|
|
|
20 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
21 |
st.set_page_config(page_title="Cavity Detection Tool", layout="wide")
|
22 |
|
23 |
+
# HuggingFace hub
|
24 |
from huggingface_hub import from_pretrained_keras
|
25 |
# from tensorflow.keras.models import load_model
|
26 |
|