Spaces:
Running
on
T4
Running
on
T4
Update app.py
#13
by
alongLFB
- opened
fix:
- fix ' Translator.init() got an unexpected keyword argument 'sample_rate' ' error.
Hey @alongLFB ! I believe the Space is working as expected?
class Translator(nn.Module):
def init(
self,
model_name_or_card: Union[str, AssetCard],
vocoder_name_or_card: Union[str, AssetCard],
device: Device,
dtype: DataType,
):
there are only these four parameters.
not include 'sample_rate'
could you please check again?