Spaces:
Runtime error
Runtime error
init
Browse files
app.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
from typing import Tuple, Union, List
|
| 2 |
import os
|
| 3 |
|
|
@@ -13,7 +14,6 @@ from utils import map_colors_rgb
|
|
| 13 |
from diffusers import StableDiffusionXLPipeline
|
| 14 |
import gradio as gr
|
| 15 |
import gc
|
| 16 |
-
import spaces
|
| 17 |
|
| 18 |
device = "cuda"
|
| 19 |
dtype = torch.float16
|
|
|
|
| 1 |
+
import spaces
|
| 2 |
from typing import Tuple, Union, List
|
| 3 |
import os
|
| 4 |
|
|
|
|
| 14 |
from diffusers import StableDiffusionXLPipeline
|
| 15 |
import gradio as gr
|
| 16 |
import gc
|
|
|
|
| 17 |
|
| 18 |
device = "cuda"
|
| 19 |
dtype = torch.float16
|