runtime error
Exit code: 1. Reason: Loading model from ./models/JarvisArt-Preview... Loading checkpoint shards: 0%| | 0/4 [00:00<?, ?it/s][A Loading checkpoint shards: 75%|āāāāāāāā | 3/4 [00:01<00:00, 2.68it/s][A 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...