runtime error

Exit code: 1. Reason: Loading model from ./models/JarvisArt-Preview... Loading checkpoint shards: 0%| | 0/4 [00:00<?, ?it/s] Loading checkpoint shards: 75%|ā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–Œ | 3/4 [00:01<00:00, 2.68it/s] Loading checkpoint shards: 100%|ā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆ| 4/4 [00:01<00:00, 3.49it/s] āœ… Model loaded successfully from ./models/JarvisArt-Preview āœ… Model loaded successfully! ============================================================ ============================================================ šŸŽØ Starting JarvisArt Image Retouching Recommendation Assistant ============================================================ šŸ”§ System Configuration Information: šŸ“ Model Path: ./models/JarvisArt-Preview 🌐 Web Interface: 0.0.0.0:7860 šŸš€ CUDA Device: Auto ============================================================ šŸ” Setup Check Tips: If you encounter issues, please check: 1. Is the model downloaded successfully? 2. Is there sufficient GPU memory available? 3. Are the required dependencies installed? 4. Check internet connection for model download šŸ’” Custom Parameter Examples: python gradio_demo.py --model_path ./models/custom-model-path pip install gradio_image_annotation # Install required dependency ============================================================ /home/user/app/app.py:763: UserWarning: The parameters have been moved from the Blocks constructor to the launch() method in Gradio 6.0: theme. Please pass these parameters to launch() instead. with gr.Blocks(title="JarvisArt: AI-Powered Photo Retouching Assistant", theme=gr.themes.Soft()) as demo: Traceback (most recent call last): File "/home/user/app/app.py", line 1198, in <module> demo = create_interface() File "/home/user/app/app.py", line 827, in create_interface chatbot = gr.Chatbot( File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 194, in wrapper return fn(self, **kwargs) TypeError: Chatbot.__init__() got an unexpected keyword argument 'type'

Container logs:

Fetching error logs...