For security reasons large audio files should not be temporarily uploaded to the server. To mitigate against this ensure files > 10MB cannot be transcribed. Set this up both on the front end - a javascript function to warn the user the recording is too large and also in the back end - set max file size in python flask app configuration
For security reasons large audio files should not be temporarily uploaded to the server. To mitigate against this ensure files > 10MB cannot be transcribed. Set this up both on the front end - a javascript function to warn the user the recording is too large and also in the back end - set max file size in python flask app configuration