Spaces:
Sleeping
Sleeping
Commit
•
d3f8f1d
1
Parent(s):
3b6afd4
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ from diffusers.utils import numpy_to_pil
|
|
9 |
from diffusers import StableCascadeDecoderPipeline, StableCascadePriorPipeline
|
10 |
from diffusers.pipelines.wuerstchen import DEFAULT_STAGE_C_TIMESTEPS
|
11 |
import spaces
|
|
|
12 |
#import user_history
|
13 |
|
14 |
os.environ['TOKENIZERS_PARALLELISM'] = 'false'
|
|
|
9 |
from diffusers import StableCascadeDecoderPipeline, StableCascadePriorPipeline
|
10 |
from diffusers.pipelines.wuerstchen import DEFAULT_STAGE_C_TIMESTEPS
|
11 |
import spaces
|
12 |
+
from previewer.modules import Previewer
|
13 |
#import user_history
|
14 |
|
15 |
os.environ['TOKENIZERS_PARALLELISM'] = 'false'
|