Spaces:
				
			
			
	
			
			
		Paused
		
	
	
	
			
			
	
	
	
	
		
		
		Paused
		
	Update tokenizer.py
Browse files- tokenizer.py +1 -1
    	
        tokenizer.py
    CHANGED
    
    | @@ -10,7 +10,7 @@ from deepsvg.svglib.geom import Bbox | |
| 10 | 
             
            class SVGTokenizer:
         | 
| 11 | 
             
                """SVG tokenizer for converting between tokens and SVG representations"""
         | 
| 12 |  | 
| 13 | 
            -
                def __init__(self, config_path: str = " | 
| 14 | 
             
                    with open(config_path, 'r') as f:
         | 
| 15 | 
             
                        self.config = yaml.safe_load(f)
         | 
| 16 |  | 
|  | |
| 10 | 
             
            class SVGTokenizer:
         | 
| 11 | 
             
                """SVG tokenizer for converting between tokens and SVG representations"""
         | 
| 12 |  | 
| 13 | 
            +
                def __init__(self, config_path: str = "config.yaml"):
         | 
| 14 | 
             
                    with open(config_path, 'r') as f:
         | 
| 15 | 
             
                        self.config = yaml.safe_load(f)
         | 
| 16 |  |