Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 | 
             
            import gradio as gr
         | 
| 2 | 
             
            import joblib
         | 
| 3 | 
             
            import numpy as np
         | 
| 4 | 
            -
            from  | 
| 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)
         |