Install and deploy the project with:
pip install -r requirements.txt
To deploy the project on your own Modal account:
modal deploy run.py
To test the endpoint locally with a simple test (will download and run a large model):
modal run run.py
3 commits
Python
100.0%
Install and deploy the project with:
pip install -r requirements.txt
To deploy the project on your own Modal account:
modal deploy run.py
To test the endpoint locally with a simple test (will download and run a large model):
modal run run.py
3 commits
Python
100.0%