Spaces:
Runtime error
Runtime error
File size: 393 Bytes
0cf7e43 5692f2b 0cf7e43 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
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'
}
}
|