Spaces:
Sleeping
Sleeping
File size: 164 Bytes
18a544a | 1 2 3 4 5 6 7 8 | services:
- type: web
name: chatbot-api
env: python
buildCommand: ""
startCommand: uvicorn backend:app --host=0.0.0.0 --port=10000
plan: free
|