Lefei commited on
Commit
b7dddd1
·
verified ·
1 Parent(s): 6ea6ac4

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ QUANTILES = [0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9]
30
  model = VisionTSpp(
31
  ARCH,
32
  ckpt_path=CKPT_PATH,
33
- quantiles=QUANTILES,
34
  clip_input=True,
35
  complete_no_clip=False,
36
  color=True
 
30
  model = VisionTSpp(
31
  ARCH,
32
  ckpt_path=CKPT_PATH,
33
+ # quantiles=QUANTILES,
34
  clip_input=True,
35
  complete_no_clip=False,
36
  color=True