Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -95,8 +95,7 @@ os.environ['SPCONV_ALGO'] = 'native'
|
|
95 |
|
96 |
torch.backends.cuda.matmul.allow_tf32 = True
|
97 |
|
98 |
-
|
99 |
-
translator = pipeline("translation", model="Helsinki-NLP/opus-mt-ko-en")
|
100 |
|
101 |
class timer:
|
102 |
def __init__(self, method_name="timed process"):
|
|
|
95 |
|
96 |
torch.backends.cuda.matmul.allow_tf32 = True
|
97 |
|
98 |
+
|
|
|
99 |
|
100 |
class timer:
|
101 |
def __init__(self, method_name="timed process"):
|