JunhaoZhuang
commited on
Commit
β’
5e257fb
1
Parent(s):
2ee0cc8
Update app.py
Browse files
app.py
CHANGED
@@ -237,6 +237,7 @@ cur_input_style = "Sketch"
|
|
237 |
load_ckpt(cur_input_style)
|
238 |
cur_input_style = "GrayImage(ScreenStyle)"
|
239 |
load_ckpt(cur_input_style)
|
|
|
240 |
|
241 |
@spaces.GPU
|
242 |
def fix_random_seeds(seed):
|
|
|
237 |
load_ckpt(cur_input_style)
|
238 |
cur_input_style = "GrayImage(ScreenStyle)"
|
239 |
load_ckpt(cur_input_style)
|
240 |
+
cur_input_style = None
|
241 |
|
242 |
@spaces.GPU
|
243 |
def fix_random_seeds(seed):
|