remove comment

This commit is contained in:
wataru 2023-05-05 02:20:33 +09:00
parent 61a9a9e47a
commit e570bf2e2a

View File

@ -38,9 +38,10 @@ class OnnxRVCInferencer(Inferencer):
if pitch is None or pitchf is None: if pitch is None or pitchf is None:
raise RuntimeError("[Voice Changer] Pitch or Pitchf is not found.") raise RuntimeError("[Voice Changer] Pitch or Pitchf is not found.")
print("INFER1", self.model.get_providers()) # print("INFER1", self.model.get_providers())
print("INFER2", self.model.get_provider_options()) # print("INFER2", self.model.get_provider_options())
print("INFER3", self.model.get_session_options()) # print("INFER3", self.model.get_session_options())
if self.isHalf: if self.isHalf:
audio1 = self.model.run( audio1 = self.model.run(
["audio"], ["audio"],