Spaces:
Runtime error
Runtime error
Update vits2/utils.py
Browse files- vits2/utils.py +1 -1
vits2/utils.py
CHANGED
|
@@ -309,4 +309,4 @@ class HParams:
|
|
| 309 |
return key in self.__dict__
|
| 310 |
|
| 311 |
def __repr__(self):
|
| 312 |
-
return self.__dict__.__repr__()
|
|
|
|
| 309 |
return key in self.__dict__
|
| 310 |
|
| 311 |
def __repr__(self):
|
| 312 |
+
return self.__dict__.__repr__()
|