Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update pre-requirements.txt
Browse files- pre-requirements.txt +3 -3
    	
        pre-requirements.txt
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 | 
             
            pip==23.3.1
         | 
| 2 | 
            -
             | 
| 3 | 
            -
             | 
| 4 | 
            -
             | 
| 5 | 
             
            tqdm
         | 
| 6 | 
             
            mediapipe
         | 
| 7 | 
             
            Pillow
         | 
|  | |
| 1 | 
             
            pip==23.3.1
         | 
| 2 | 
            +
            torch==2.0.1 --index-url https://download.pytorch.org/whl/cu118
         | 
| 3 | 
            +
            torchvision==0.15.2 --index-url https://download.pytorch.org/whl/cu118
         | 
| 4 | 
            +
            torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118
         | 
| 5 | 
             
            tqdm
         | 
| 6 | 
             
            mediapipe
         | 
| 7 | 
             
            Pillow
         |