Spaces:
Runtime error
Runtime error
Update stable_cascade.py
Browse files- stable_cascade.py +1 -1
stable_cascade.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
import torch
|
| 2 |
from diffusers import StableCascadeDecoderPipeline, StableCascadePriorPipeline
|
| 3 |
import gradio as gr
|
| 4 |
|
|
|
|
| 1 |
+
import torch, os
|
| 2 |
from diffusers import StableCascadeDecoderPipeline, StableCascadePriorPipeline
|
| 3 |
import gradio as gr
|
| 4 |
|