jadechoghari
commited on
Update pipeline.py
Browse files- pipeline.py +0 -1
pipeline.py
CHANGED
@@ -71,7 +71,6 @@ class MOSDiffusionPipeline(DiffusionPipeline):
|
|
71 |
"""
|
72 |
Run the MOS Diffusion Pipeline. This method calls the infer function from infer_mos5.py.
|
73 |
"""
|
74 |
-
self.download_required_folders()
|
75 |
from .infer.infer_mos5 import infer
|
76 |
|
77 |
infer(
|
|
|
71 |
"""
|
72 |
Run the MOS Diffusion Pipeline. This method calls the infer function from infer_mos5.py.
|
73 |
"""
|
|
|
74 |
from .infer.infer_mos5 import infer
|
75 |
|
76 |
infer(
|