Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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(
|
258 |
-
|
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)
|