Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	chore: disable weights ignore in hf
Browse files- .gitignore +2 -2
    	
        .gitignore
    CHANGED
    
    | @@ -6,8 +6,8 @@ __pycache__/ | |
| 6 | 
             
            *$py.class
         | 
| 7 |  | 
| 8 | 
             
            # Model weights
         | 
| 9 | 
            -
             | 
| 10 | 
            -
             | 
| 11 |  | 
| 12 | 
             
            # Ipython notebook
         | 
| 13 | 
             
            *.ipynb
         | 
|  | |
| 6 | 
             
            *$py.class
         | 
| 7 |  | 
| 8 | 
             
            # Model weights
         | 
| 9 | 
            +
            #**/*.pth
         | 
| 10 | 
            +
            #**/*.onnx
         | 
| 11 |  | 
| 12 | 
             
            # Ipython notebook
         | 
| 13 | 
             
            *.ipynb
         | 
 
			
