diff --git a/procfile b/procfile new file mode 100644 index 0000000..ca6e941 --- /dev/null +++ b/procfile @@ -0,0 +1 @@ +web: gunicorn app:app diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e12dc30 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +torch +pyrebase +librosa +pydub +gunicorn \ No newline at end of file