Spaces:
Running
Running
Upload infertest.py
Browse files- 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 |
-
|
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 |
|