Jegree commited on
Commit
6cc7090
·
verified ·
1 Parent(s): 241cc50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import json
 
2
  import streamlit as st
3
  import onnxruntime as rt
4
  from sklearn.preprocessing import StandardScaler
 
1
  import json
2
+ import numpy as np
3
  import streamlit as st
4
  import onnxruntime as rt
5
  from sklearn.preprocessing import StandardScaler