Commit ca9f7ac2 authored by Patrick von Platen's avatar Patrick von Platen
Browse files

fix import glide

parent 3d335f83
...@@ -5,8 +5,7 @@ from .pipeline_ddpm import DDPM ...@@ -5,8 +5,7 @@ from .pipeline_ddpm import DDPM
try: try:
from .pipeline_glide import GLIDE from .pipeline_glide import GLIDE
except ImportError: except (NameError, ImportError):
class GLIDE: class GLIDE:
pass pass
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment