Spaces:
Runtime error
Runtime error
pengdaqian
commited on
Commit
·
d0740f4
1
Parent(s):
49226f5
fix more
Browse files
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",
|