Closed DeclanMcrory closed 3 months ago
I'm searching for relevant snippets in your repository. If this is your first time using Sweep, I'm indexing your repository, which will take a few minutes.
[!TIP] To recreate the pull request, edit the issue title or description.
@sweep can you set up this directory structure and add these files.
Directory Structure
1.
web_interface/styles.css
2.
train.py
3.
models/music_vid_gen.py
4.
data/music_vid_synth_dataset.py
5.
config.json
6.
web_interface/index.html
7.
utils/random_generator.py
8.
lyrics_generator/lyrics_generator.py
9.
main.py
10.
__init__.py
In both
models
anddata
directories, create an empty__init__.py
file: