A problem occurred during deployment
Closed this issue · 1 comments
Traceback (most recent call last):
File "/data/personal/anaconda3/envs/llmriddles/lib/python3.9/site-packages/gradio/queueing.py", line 472, in process_events
response = await self. call_prediction(awake_events, batch)
File "/data/personal/anaconda3/envs/llmriddles/lib/python3.9/site-packages/gradio/queueing.py", line 436, in call_prediction
raise Exception(str(error) if show_error else None) from error
Exception: None
How to solve this problem, thank you for your help!
Traceback (most recent call last): File "/data/personal/anaconda3/envs/llmriddles/lib/python3.9/site-packages/gradio/queueing.py", line 472, in process_events response = await self. call_prediction(awake_events, batch) File "/data/personal/anaconda3/envs/llmriddles/lib/python3.9/site-packages/gradio/queueing.py", line 436, in call_prediction raise Exception(str(error) if show_error else None) from error Exception: None
How to solve this problem, thank you for your help!
Do you check your gradio
version, we use 4.1.1
during deployment.