Update decorators.py
Browse files- decorators.py +1 -1
decorators.py
CHANGED
@@ -7,7 +7,7 @@ import time
|
|
7 |
|
8 |
class spaces:
|
9 |
@staticmethod
|
10 |
-
def GPU(duration=
|
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):
|