chaojiemao commited on
Commit
02c2407
·
verified ·
1 Parent(s): 410fbf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ video_sty = '\U0001f3a5' # 🎥
58
 
59
  lock = threading.Lock()
60
  class DemoUI(object):
61
- @spaces.GPU(duration=60)
62
  def __init__(self,
63
  infer_dir = "./config",
64
  model_list='./models/model_zoo.yaml'
 
58
 
59
  lock = threading.Lock()
60
  class DemoUI(object):
61
+ #@spaces.GPU(duration=60)
62
  def __init__(self,
63
  infer_dir = "./config",
64
  model_list='./models/model_zoo.yaml'