Build an app that converts voice to text using OpenAI. The app will allow users to upload an audio file, which will then be processed using OpenAI's API to convert the voice in the audio file to text. The resulting text will be displayed on the web interface. Required packages: streamlit, openai, pydub, requests.