smjain commited on
Commit
cf1d664
1 Parent(s): ef6e17a

Upload infertest.py

Browse files
Files changed (1) hide show
  1. infertest.py +1 -2
infertest.py CHANGED
@@ -204,8 +204,7 @@ def vc_single(
204
  # Return the path to the saved file along with any other information
205
 
206
  return (
207
- f"Success. Audio saved to {output_file_path}\n{index_info}\nTime:\nnpy: %.2fs, f0: %.2fs, infer: %.2fs."
208
- % (*times,),
209
  output_file_path,
210
  )
211
  except:
 
204
  # Return the path to the saved file along with any other information
205
 
206
  return (
207
+
 
208
  output_file_path,
209
  )
210
  except: