Build an app that converts voice to text using OpenAI. The app will allow users to upload an audio file, which will then be sent to the OpenAI API for transcription. The transcribed text will be displayed on the app interface. Required packages: streamlit, openai, pydub, requests.