runtime error

available: 22.3.1 -> 23.3.1 [notice] To update, run: python -m pip install --upgrade pip --2023-11-08 02:50:46-- https://raw.githubusercontent.com/TensorSpeech/TensorFlowTTS/master/tensorflow_tts/utils/korean.py Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.110.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 15285 (15K) [text/plain] Saving to: ‘korean.py’ 0K .......... .... 100% 4.66M=0.003s 2023-11-08 02:50:47 (4.66 MB/s) - ‘korean.py’ saved [15285/15285] /home/user/app/app.py:76: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components inputs = gr.inputs.Textbox(lines=5, label="Input Text") /home/user/app/app.py:76: GradioDeprecationWarning: `optional` parameter is deprecated, and it has no effect inputs = gr.inputs.Textbox(lines=5, label="Input Text") /home/user/app/app.py:76: GradioDeprecationWarning: `numeric` parameter is deprecated, and it has no effect inputs = gr.inputs.Textbox(lines=5, label="Input Text") /home/user/app/app.py:77: GradioDeprecationWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components outputs = gr.outputs.Audio(type="file",label="Output Audio") Traceback (most recent call last): File "/home/user/app/app.py", line 77, in <module> outputs = gr.outputs.Audio(type="file",label="Output Audio") File "/home/user/.local/lib/python3.10/site-packages/gradio/outputs.py", line 83, in __init__ super().__init__(type=type, label=label) File "/home/user/.local/lib/python3.10/site-packages/gradio/components/audio.py", line 109, in __init__ raise ValueError( ValueError: Invalid value for parameter `type`: file. Please choose from one of: ['numpy', 'filepath']

Container logs:

Fetching error logs...