faver96/Stems
Update app/header.py
Update app/pages/Stems.py
Update app/header.py
Upload Stems.py
Update app/header.py
Update app/pages/Separate.py
Update app/helpers.py
Update app/pages/Separate.py
Update app/pages/Karaoke.py
Update app/header.py
Update app/footer.py
Update app/header.py
Update app/header.py
Upload ps.png
Update app/header.py
Update scripts/sample_songs.json
feat: add link to colab in about and readme (#4)
fix: session error between pages, improve logs
fix: typo and small changes in text
feat: replace st_searchbox with text_input and selectbox, limit query youtube (#5)
ci: fix pytest step
docs: update readme demo
Merge branch 'main' of https://github.com/fabiogra/moseca
docs: update readme
fix: error session_state has no attribute 'page'
fix: remove st_local_audio, convert orig audio to mp3 in inference script
fix: permission tmp in dockerfile
fix: typo full_path exists
fix: replace st_local_audio to fix mobile issues
ci: add github workflow
feat: improve UI and text
fix: session_state page errors, log when delete files
docs: update README
feat: move first Separate page, and examples
fix: file_size_is_valid, add link to remove limits
feat: add a function to clean tmp after 30 min
feat: check file from url dimension
fix: replace check url and download with requests lib
fix: log error if file is not reachable
feat: improve separate cols style
fix: add try execept on load_audio_segment
docs: typo in readme
fix: remove unused packages, video_option unbound
fix: better explain slider label
fix: revert streamlit to 1.22 to maintain style compatibilty
fix: session exceptions related to search_results
style: change spinner text
fix: disable XSRF and CORS in entrypoint
fix: dockerfile remove required
fix: py3.10, streamlit 1.24, remove streamlit config
