OmniSVG commited on
Commit
1245532
·
verified ·
1 Parent(s): c3d8327

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def load_models():
57
  sketch_decoder.load_state_dict(torch.load(sketch_weight_path))
58
  sketch_decoder = sketch_decoder.to(device).eval()
59
 
60
- svg_tokenizer = SVGTokenizer('https://huggingface.co/OmniSVG/OmniSVG/resolve/main/config.yaml')
61
 
62
 
63
  def process_and_resize_image(image_input, target_size=(200, 200)):
 
57
  sketch_decoder.load_state_dict(torch.load(sketch_weight_path))
58
  sketch_decoder = sketch_decoder.to(device).eval()
59
 
60
+ svg_tokenizer = SVGTokenizer('config.yaml')
61
 
62
 
63
  def process_and_resize_image(image_input, target_size=(200, 200)):