Porjaz commited on
Commit
58233d9
·
verified ·
1 Parent(s): f314157

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -254,8 +254,8 @@ with transcriber_app:
254
  )
255
  state = gr.State(value=[], delete_callback=lambda v: print("STATE DELETED"))
256
 
257
- transcriber_app.unload(return_prediction_whisper)
258
- # transcriber_app.unload(return_prediction_compare)
259
 
260
 
261
  # transcriber_app.launch(debug=True, share=True, ssl_verify=False)
 
254
  )
255
  state = gr.State(value=[], delete_callback=lambda v: print("STATE DELETED"))
256
 
257
+ transcriber_app.unload(return_prediction_w2v2_mic_with_device)
258
+ transcriber_app.unload(return_prediction_w2v2_file_with_device)
259
 
260
 
261
  # transcriber_app.launch(debug=True, share=True, ssl_verify=False)