runtime error

Exit code: 1. Reason: Logger 'RPS_Gradio_App' configured with level INFO and stream handler. [LLMService] Initializing LLM Service... [LLMService] Loading tokenizer from Hugging Face Hub... tokenizer_config.json: 0%| | 0.00/9.73k [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 9.73k/9.73k [00:00<00:00, 857kB/s] vocab.json: 0%| | 0.00/2.78M [00:00<?, ?B/s] vocab.json: 100%|██████████| 2.78M/2.78M [00:00<00:00, 24.0MB/s] merges.txt: 0%| | 0.00/1.67M [00:00<?, ?B/s] merges.txt: 100%|██████████| 1.67M/1.67M [00:00<00:00, 6.40MB/s] tokenizer.json: 0%| | 0.00/11.4M [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 11.4M/11.4M [00:00<00:00, 23.5MB/s] [LLMService] Tokenizer loaded successfully. [LLMService] Using CPU for inference Traceback (most recent call last): File "/home/user/app/app.py", line 13, in <module> from RockPaperScissor.services.LLM_service import LLMService, generate_text_with_gpu, llm_service_instance ImportError: cannot import name 'generate_text_with_gpu' from 'RockPaperScissor.services.LLM_service' (/home/user/app/RockPaperScissor/services/LLM_service.py)

Container logs:

Fetching error logs...