qfuxa commited on
Commit
9cbac96
·
1 Parent(s): 3f30d3d

del online once webstreaming is finished

Browse files
Files changed (1) hide show
  1. whisper_fastapi_online_server.py +2 -0
whisper_fastapi_online_server.py CHANGED
@@ -173,6 +173,8 @@ async def websocket_endpoint(websocket: WebSocket):
173
  pass
174
 
175
  ffmpeg_process.wait()
 
 
176
 
177
 
178
  if __name__ == "__main__":
 
173
  pass
174
 
175
  ffmpeg_process.wait()
176
+ del online
177
+
178
 
179
 
180
  if __name__ == "__main__":