Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,6 @@ from typing import List
|
|
8 |
from diffusers.utils import numpy_to_pil
|
9 |
from diffusers import StableCascadeDecoderPipeline, StableCascadePriorPipeline
|
10 |
from diffusers.pipelines.wuerstchen import DEFAULT_STAGE_C_TIMESTEPS
|
11 |
-
from previewer.modules import Previewer
|
12 |
-
import user_history
|
13 |
|
14 |
os.environ['TOKENIZERS_PARALLELISM'] = 'false'
|
15 |
|
|
|
8 |
from diffusers.utils import numpy_to_pil
|
9 |
from diffusers import StableCascadeDecoderPipeline, StableCascadePriorPipeline
|
10 |
from diffusers.pipelines.wuerstchen import DEFAULT_STAGE_C_TIMESTEPS
|
|
|
|
|
11 |
|
12 |
os.environ['TOKENIZERS_PARALLELISM'] = 'false'
|
13 |
|