Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -278,10 +278,10 @@ def load_ckpt(input_style):
|
|
| 278 |
|
| 279 |
|
| 280 |
global cur_input_style
|
| 281 |
-
|
| 282 |
-
|
| 283 |
-
|
| 284 |
-
|
| 285 |
cur_input_style = "GrayImage(ScreenStyle)"
|
| 286 |
load_ckpt(cur_input_style)
|
| 287 |
cur_input_style = None
|
|
|
|
| 278 |
|
| 279 |
|
| 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
|