C2MV commited on
Commit
dd47934
·
verified ·
1 Parent(s): e80a6ea

Update decorators.py

Browse files
Files changed (1) hide show
  1. decorators.py +1 -1
decorators.py CHANGED
@@ -7,7 +7,7 @@ import time
7
 
8
  class spaces:
9
  @staticmethod
10
- def GPU(duration=0):
11
  def decorator(func):
12
  @functools.wraps(func)
13
  def wrapper(*args, **kwargs):
 
7
 
8
  class spaces:
9
  @staticmethod
10
+ def GPU(duration=100):
11
  def decorator(func):
12
  @functools.wraps(func)
13
  def wrapper(*args, **kwargs):