Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@
|
|
| 4 |
# in the Software without restriction, including without limitation the rights
|
| 5 |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 6 |
# copies of the Software, and to permit persons to whom the Software is
|
|
|
|
| 7 |
|
| 8 |
import os
|
| 9 |
import random
|
|
@@ -11,7 +12,6 @@ import uuid
|
|
| 11 |
import gradio as gr
|
| 12 |
import numpy as np
|
| 13 |
from PIL import Image
|
| 14 |
-
import spaces
|
| 15 |
import torch
|
| 16 |
from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
| 17 |
from typing import Tuple
|
|
|
|
| 4 |
# in the Software without restriction, including without limitation the rights
|
| 5 |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 6 |
# copies of the Software, and to permit persons to whom the Software is
|
| 7 |
+
import spaces
|
| 8 |
|
| 9 |
import os
|
| 10 |
import random
|
|
|
|
| 12 |
import gradio as gr
|
| 13 |
import numpy as np
|
| 14 |
from PIL import Image
|
|
|
|
| 15 |
import torch
|
| 16 |
from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
| 17 |
from typing import Tuple
|