├── LICENSE ├── README.md ├── config.py ├── main.py ├── requirements.txt ├── streamlit.py └── utils.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfranzon/dubbing-ai/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfranzon/dubbing-ai/HEAD/README.md -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfranzon/dubbing-ai/HEAD/config.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfranzon/dubbing-ai/HEAD/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfranzon/dubbing-ai/HEAD/requirements.txt -------------------------------------------------------------------------------- /streamlit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfranzon/dubbing-ai/HEAD/streamlit.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mfranzon/dubbing-ai/HEAD/utils.py --------------------------------------------------------------------------------