ford442 commited on
Commit
59ca6d3
·
verified ·
1 Parent(s): 983f273

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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