AndySAnker commited on
Commit
5f7e2e9
1 Parent(s): 739f128

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -118,10 +118,10 @@ else:
118
  with open("uploaded_file.gr", "wb") as f:
119
  f.write(file_bytes)
120
 
121
- #Predict with POMFinder
122
- y, y_onehotenc_cat, y_onehotenc_values, POMFinder = get_POMFinder()
123
- r, Gr = PDF_Preparation(args.data, args.Qmin, args.Qmax, args.Qdamp, rmax=10, nyquist=args.nyquist)
124
- res, y_pred_proba = POMPredicter(POMFinder, Gr, y_onehotenc_cat);
125
 
126
 
127
  st.subheader('Cite')
 
118
  with open("uploaded_file.gr", "wb") as f:
119
  f.write(file_bytes)
120
 
121
+ #Predict with POMFinder
122
+ y, y_onehotenc_cat, y_onehotenc_values, POMFinder = get_POMFinder()
123
+ r, Gr = PDF_Preparation(args.data, args.Qmin, args.Qmax, args.Qdamp, rmax=10, nyquist=args.nyquist)
124
+ res, y_pred_proba = POMPredicter(POMFinder, Gr, y_onehotenc_cat);
125
 
126
 
127
  st.subheader('Cite')