aiqtech commited on
Commit
9c4daaa
·
verified ·
1 Parent(s): 5a70405

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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"):