smjain commited on
Commit
7574a38
1 Parent(s): cf1d664

Upload infertest.py

Browse files
Files changed (1) hide show
  1. infertest.py +2 -3
infertest.py CHANGED
@@ -203,10 +203,9 @@ def vc_single(
203
 
204
  # Return the path to the saved file along with any other information
205
 
206
- return (
207
 
208
- output_file_path,
209
- )
210
  except:
211
  info = traceback.format_exc()
212
 
 
203
 
204
  # Return the path to the saved file along with any other information
205
 
206
+ return output_file_path
207
 
208
+
 
209
  except:
210
  info = traceback.format_exc()
211