Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -280,6 +280,8 @@ def load_ckpt(input_style):
|
|
280 |
global cur_input_style
|
281 |
cur_input_style = "Sketch"
|
282 |
load_ckpt(cur_input_style)
|
|
|
|
|
283 |
cur_input_style = "GrayImage(ScreenStyle)"
|
284 |
load_ckpt(cur_input_style)
|
285 |
cur_input_style = None
|
|
|
280 |
global cur_input_style
|
281 |
cur_input_style = "Sketch"
|
282 |
load_ckpt(cur_input_style)
|
283 |
+
cur_input_style = "Sketch_Shading"
|
284 |
+
load_ckpt(cur_input_style)
|
285 |
cur_input_style = "GrayImage(ScreenStyle)"
|
286 |
load_ckpt(cur_input_style)
|
287 |
cur_input_style = None
|