Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	Add einops in requirements.txt for the compatibility latest version of network implementation. (#13)
Browse files- Add einops in requirements.txt for the compatibility latest version of network implementation. (d9f7d4f75a035594cfaf4ed6a8b0feb820c2a74a)
Co-authored-by: Peng Zheng <[email protected]>
- requirements.txt +2 -1
    	
        requirements.txt
    CHANGED
    
    | @@ -13,4 +13,5 @@ huggingface_hub | |
| 13 | 
             
            transformers>=4.39.1
         | 
| 14 | 
             
            gradio
         | 
| 15 | 
             
            gradio_imageslider
         | 
| 16 | 
            -
            loadimg>=0.1.1
         | 
|  | 
|  | |
| 13 | 
             
            transformers>=4.39.1
         | 
| 14 | 
             
            gradio
         | 
| 15 | 
             
            gradio_imageslider
         | 
| 16 | 
            +
            loadimg>=0.1.1
         | 
| 17 | 
            +
            einops
         | 

