Plsek commited on
Commit
2825657
·
1 Parent(s): 58e0a24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Hub
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