import json SPACE_CONFIG = { 'name': 'chatbot', 'description': 'A simple chatbot using Hugging Face Inference Client', 'org': 'your-org', 'type': 'gradio', 'env': { 'INFINITE-loop': 'true' }, 'dependencies': { 'python': '3.9', 'huggingface_hub': 'latest', 'transformers': 'latest', 'gradio': 'latest' } }