runtime error

ages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='translate.google.com', port=443): Max retries exceeded with url: /_/TranslateWebserverUi/data/batchexecute (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7fe627b4d040>: Failed to resolve 'translate.google.com' ([Errno -3] Temporary failure in name resolution)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "app.py", line 329, in <module> gr.Interface(fn = video_to_translate, File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 426, in __init__ cache_interface_examples(self) File "/home/user/.local/lib/python3.8/site-packages/gradio/process_examples.py", line 51, in cache_interface_examples raise e File "/home/user/.local/lib/python3.8/site-packages/gradio/process_examples.py", line 47, in cache_interface_examples prediction = process_example(interface, example_id) File "/home/user/.local/lib/python3.8/site-packages/gradio/process_examples.py", line 29, in process_example prediction = interface.process(raw_input) File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 754, in process predictions = self.run_prediction(processed_input) File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 718, in run_prediction prediction = predict_fn(*processed_input) File "app.py", line 304, in video_to_translate myobj.save("audio.wav") File "/home/user/.local/lib/python3.8/site-packages/gtts/tts.py", line 335, in save self.write_to_fp(f) File "/home/user/.local/lib/python3.8/site-packages/gtts/tts.py", line 316, in write_to_fp for idx, decoded in enumerate(self.stream()): File "/home/user/.local/lib/python3.8/site-packages/gtts/tts.py", line 287, in stream raise gTTSError(tts=self) gtts.tts.gTTSError: Failed to connect. Probable cause: Unknown

Container logs:

Fetching error logs...