rasa-hotel-core / server.sh
HarshanaLF's picture
Upload folder using huggingface_hub
d5c3c3f verified
raw
history blame contribute delete
154 Bytes
#!/bin/bash
# Start the Rasa server
rasa run --enable-api --cors "*"
# Start the action server
rasa run actions --actions app/actions --cors "*"