JunhaoZhuang commited on
Commit
dbf7b9a
·
verified ·
1 Parent(s): c36ea2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -278,10 +278,10 @@ def load_ckpt(input_style):
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
 
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