pengdaqian commited on
Commit
d0740f4
1 Parent(s): 49226f5
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -33,8 +33,8 @@ if torch.cuda.is_available():
33
  pipe = pipe.to('cuda')
34
  is_gpu_busy = False
35
 
36
- translator = i18nTranslator()
37
- translator.init(path='locales')
38
  samplers = [
39
  "EulerDiscrete",
40
  "EulerAncestralDiscrete",
 
33
  pipe = pipe.to('cuda')
34
  is_gpu_busy = False
35
 
36
+ # translator = i18nTranslator()
37
+ # translator.init(path='locales')
38
  samplers = [
39
  "EulerDiscrete",
40
  "EulerAncestralDiscrete",