Runtime error issue _ demo page not loading

#7
by Ananthanarasimhan - opened

runtime error
Exit code: 1. Reason: raw_response = await run_endpoint_function(
File "/usr/local/lib/python3.10/site-packages/fastapi/routing.py", line 288, in run_endpoint_function
return await dependant.call(**values)
File "/usr/local/lib/python3.10/site-packages/gradio/routes.py", line 1525, in startup_events
await app.get_blocks().run_extra_startup_events()
File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 3015, in run_extra_startup_events
await startup_event()
File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 469, in _start_caching
await self.cache()
File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 535, in cache
prediction = await self.root_block.process_api(
File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2137, in process_api
result = await self.call_function(
File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1663, in call_function
prediction = await anyio.to_thread.run_sync( # type: ignore
File "/usr/local/lib/python3.10/site-packages/anyio/to_thread.py", line 56, in run_sync
return await get_async_backend().run_sync_in_worker_thread(
File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 2485, in run_sync_in_worker_thread
return await future
File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 976, in run
result = context.run(func, *args)
File "/usr/local/lib/python3.10/site-packages/gradio/utils.py", line 890, in wrapper
response = f(*args, **kwargs)
File "/home/user/app/simulation_scripts.py", line 279, in run_md_simulation
raise gr.Error(
gradio.exceptions.Error: "Error running MD simulation: 'Backend failure during your calculation; if you have continued issues please file an issue in the main FAIR chemistry repo (https://github.com/facebookresearch/fairchem).\\n400 Client Error: Bad Request for url: https://khy6jl8mzwonanl2.us-east-1.aws.endpoints.huggingface.cloud/'. Please try again or report this error."
Container logs:

Failed to retrieve error logs: SSE is not enabled

Sign up or log in to comment