Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	adjust for ZeroGPU support
Browse files- requirements.txt +3 -2
 
    	
        requirements.txt
    CHANGED
    
    | 
         @@ -1,5 +1,5 @@ 
     | 
|
| 1 | 
         
            -
            torch==2. 
     | 
| 2 | 
         
            -
            torchvision==0. 
     | 
| 3 | 
         
             
            ftfy==6.3.1
         
     | 
| 4 | 
         
             
            huggingface_hub==0.31.1
         
     | 
| 5 | 
         
             
            imageio==2.37.0
         
     | 
| 
         @@ -15,3 +15,4 @@ einops==0.8.1 
     | 
|
| 15 | 
         
             
            onnxruntime-gpu==1.22.0
         
     | 
| 16 | 
         
             
            imageio-ffmpeg==0.6.0
         
     | 
| 17 | 
         
             
            scikit-image==0.25.2 
         
     | 
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            torch==2.5.1
         
     | 
| 2 | 
         
            +
            torchvision==0.20.1
         
     | 
| 3 | 
         
             
            ftfy==6.3.1
         
     | 
| 4 | 
         
             
            huggingface_hub==0.31.1
         
     | 
| 5 | 
         
             
            imageio==2.37.0
         
     | 
| 
         | 
|
| 15 | 
         
             
            onnxruntime-gpu==1.22.0
         
     | 
| 16 | 
         
             
            imageio-ffmpeg==0.6.0
         
     | 
| 17 | 
         
             
            scikit-image==0.25.2 
         
     | 
| 18 | 
         
            +
            spaces
         
     |