Spaces:
Running
on
Zero
Running
on
Zero
File size: 145 Bytes
275b9f3 |
1 2 3 4 5 6 7 8 |
#!/bin/bash
# Install dependencies
python -m pip install -r requirements.txt
# Run the application
uvicorn main:app --host 0.0.0.0 --port 8000
|