Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import torch
|
2 |
import gradio as gr
|
|
|
3 |
|
4 |
from pipeline import ChatsSDXLPipeline
|
5 |
from diffusers.pipelines.stable_diffusion.safety_checker import StableDiffusionSafetyChecker
|
|
|
1 |
import torch
|
2 |
import gradio as gr
|
3 |
+
import spaces
|
4 |
|
5 |
from pipeline import ChatsSDXLPipeline
|
6 |
from diffusers.pipelines.stable_diffusion.safety_checker import StableDiffusionSafetyChecker
|