nonzeroexit commited on
Commit
3a814dc
·
verified ·
1 Parent(s): 15020eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import joblib
3
  import numpy as np
4
- from propy3 import AAComposition
5
  from sklearn.preprocessing import MinMaxScaler
6
 
7
  # Load trained SVM model and scaler (Ensure both files exist in the Space)
 
1
  import gradio as gr
2
  import joblib
3
  import numpy as np
4
+ from propy import AAComposition
5
  from sklearn.preprocessing import MinMaxScaler
6
 
7
  # Load trained SVM model and scaler (Ensure both files exist in the Space)