llm_tts / entrypoint.sh
MJSHIN0122's picture
[fix] wrong path
c0b3066
raw
history blame contribute delete
77 Bytes
#!/bin/sh
python app.py
gunicorn -b 0.0.0.0:7860 repo_directory.api_main:app