Gregniuki commited on
Commit
cf92956
·
1 Parent(s): e779f3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -94,6 +94,7 @@ def detect_onnx_models(path):
94
  return onnx_models[0]
95
  else:
96
  return None
 
97
 
98
  #@app.post("/synthesize")
99
  #@app.post("/", response_class=FileResponse)
 
94
  return onnx_models[0]
95
  else:
96
  return None
97
+ renamed_audio_file = None
98
 
99
  #@app.post("/synthesize")
100
  #@app.post("/", response_class=FileResponse)