runtime error

ing handling of the above exception, another exception occurred: Traceback (most recent call last): File "app.py", line 22, in <module> gr.Interface(fn=generate, inputs=[gr.inputs.Textbox(lines=4, label="Prompt"), File "/home/user/.local/lib/python3.8/site-packages/gradio/interface.py", line 599, in __init__ self.examples_handler = Examples( File "/home/user/.local/lib/python3.8/site-packages/gradio/examples.py", line 154, in __init__ self.cache_interface_examples() File "/home/user/.local/lib/python3.8/site-packages/gradio/examples.py", line 189, in cache_interface_examples raise e File "/home/user/.local/lib/python3.8/site-packages/gradio/examples.py", line 185, in cache_interface_examples prediction = self.process_example(example_id) File "/home/user/.local/lib/python3.8/site-packages/gradio/examples.py", line 205, in process_example predictions = self.fn(*processed_input) File "app.py", line 15, in generate return text, translate_from_jp_to_en(text) File "/home/user/app/utils.py", line 6, in translate_from_jp_to_en return translator.translate(text) File "/home/user/.local/lib/python3.8/site-packages/translate/translate.py", line 45, in translate return ' '.join(self.provider.get_translation(text_wraped) for text_wraped in text_list) File "/home/user/.local/lib/python3.8/site-packages/translate/translate.py", line 45, in <genexpr> return ' '.join(self.provider.get_translation(text_wraped) for text_wraped in text_list) File "/home/user/.local/lib/python3.8/site-packages/translate/providers/mymemory_translated.py", line 42, in get_translation data = self._make_request(text) File "/home/user/.local/lib/python3.8/site-packages/translate/providers/mymemory_translated.py", line 39, in _make_request return response.json() File "/home/user/.local/lib/python3.8/site-packages/requests/models.py", line 975, in json raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Container logs:

Fetching error logs...