Spaces:
Running
on
Zero
Running
on
Zero
JunhaoZhuang
commited on
Commit
•
14cd28d
1
Parent(s):
a5beba4
ZeroGPU
Browse files
BidirectionalTranslation/options/test_options.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
from .base_options import BaseOptions
|
2 |
|
3 |
class TestOptions(BaseOptions):
|
|
|
4 |
def initialize(self, parser):
|
5 |
BaseOptions.initialize(self, parser)
|
6 |
|
|
|
1 |
from .base_options import BaseOptions
|
2 |
|
3 |
class TestOptions(BaseOptions):
|
4 |
+
@spaces.GPU
|
5 |
def initialize(self, parser):
|
6 |
BaseOptions.initialize(self, parser)
|
7 |
|