Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	add torch version
Browse files- requirements.txt +2 -1
    	
        requirements.txt
    CHANGED
    
    | @@ -11,7 +11,8 @@ librosa==0.9.1 | |
| 11 | 
             
            ffmpeg
         | 
| 12 | 
             
            numpy
         | 
| 13 | 
             
            numba
         | 
| 14 | 
            -
             | 
|  | |
| 15 | 
             
            threadpoolctl
         | 
| 16 | 
             
            llvmlite
         | 
| 17 | 
             
            appdirs
         | 
|  | |
| 11 | 
             
            ffmpeg
         | 
| 12 | 
             
            numpy
         | 
| 13 | 
             
            numba
         | 
| 14 | 
            +
            torch==2.0.0
         | 
| 15 | 
            +
            torchaudio==2.0.0
         | 
| 16 | 
             
            threadpoolctl
         | 
| 17 | 
             
            llvmlite
         | 
| 18 | 
             
            appdirs
         |