jadechoghari commited on
Commit
84ee041
1 Parent(s): 15fc9cd

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -1
pipeline.py CHANGED
@@ -7,7 +7,7 @@ import torch
7
 
8
  class MOSDiffusionPipeline(DiffusionPipeline):
9
 
10
- def __init__(self, reload_from_ckpt="./qa-mdt/checkpoint_389999.ckpt", base_folder=None):
11
  """
12
  Initialize the MOS Diffusion pipeline and download the necessary files/folders.
13
 
 
7
 
8
  class MOSDiffusionPipeline(DiffusionPipeline):
9
 
10
+ def __init__(self, reload_from_ckpt="./qa_mdt/checkpoint_389999.ckpt", base_folder=None):
11
  """
12
  Initialize the MOS Diffusion pipeline and download the necessary files/folders.
13