Spaces:
Sleeping
Sleeping
echo "π Starting Vietnamese Poetry Generator..." | |
echo "π¦ Installing dependencies..." | |
# Install dependencies | |
pip install -r requirements.txt | |
echo "β Dependencies installed!" | |
echo "π Starting FastAPI server..." | |
# Start the server | |
python -c "import uvicorn; uvicorn.run('app:app', host='0.0.0.0', port=7860, reload=True)" |