jadechoghari commited on
Commit
89784b5
·
verified ·
1 Parent(s): 5c8300a

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +0 -1
pipeline.py CHANGED
@@ -5,7 +5,6 @@ from huggingface_hub import hf_hub_download
5
  from safetensors.torch import load_file
6
  import os
7
  from .vae import AutoencoderKL
8
- from . import mar
9
  file_path = hf_hub_download(repo_id="jadechoghari/mar", filename="mar.py")
10
  spec = importlib.util.spec_from_file_location("mar", file_path)
11
  mar = importlib.util.module_from_spec(spec)
 
5
  from safetensors.torch import load_file
6
  import os
7
  from .vae import AutoencoderKL
 
8
  file_path = hf_hub_download(repo_id="jadechoghari/mar", filename="mar.py")
9
  spec = importlib.util.spec_from_file_location("mar", file_path)
10
  mar = importlib.util.module_from_spec(spec)