Duong Kien
Deploy Stock Prediction
189aebe
raw
history blame contribute delete
68 Bytes
#!/bin/bash
uvicorn app.main:app --reload --host 0.0.0.0 --port 8000