timetable_gen / Procfile
KindAlien's picture
Super-squash branch 'main' using huggingface_hub
210d88d
Raw
History Blame Contribute Delete
116 Bytes
web: uvicorn api:app --host 0.0.0.0 --port 7861 & streamlit run app.py --server.port 7860 --server.address 0.0.0.0