impyadav commited on
Commit
875de00
1 Parent(s): db53df3

files updated

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +100 -3
app.py CHANGED
@@ -11,7 +11,7 @@ def get_song(line):
11
  model=model,
12
  tokenizer=tokenizer
13
  )
14
- return lyricist(line, max_length=200, num_return_sequences=5)
15
 
16
 
17
  if __name__ == '__main__':
11
  model=model,
12
  tokenizer=tokenizer
13
  )
14
+ return lyricist(line, max_length=150, num_return_sequences=3)
15
 
16
 
17
  if __name__ == '__main__':
requirements.txt CHANGED
@@ -1,3 +1,100 @@
1
- transformers
2
- pytorch
3
- streamlit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==4.2.0
2
+ appnope==0.1.2
3
+ argcomplete==1.12.3
4
+ argon2-cffi==21.3.0
5
+ argon2-cffi-bindings==21.2.0
6
+ astor==0.8.1
7
+ attrs==21.4.0
8
+ backcall==0.2.0
9
+ backports.zoneinfo==0.2.1
10
+ base58==2.1.1
11
+ bleach==4.1.0
12
+ blinker==1.4
13
+ cachetools==5.0.0
14
+ certifi==2021.10.8
15
+ cffi==1.15.0
16
+ charset-normalizer==2.0.9
17
+ click==7.1.2
18
+ debugpy==1.5.1
19
+ decorator==5.1.0
20
+ defusedxml==0.7.1
21
+ entrypoints==0.3
22
+ filelock==3.4.2
23
+ gitdb==4.0.9
24
+ GitPython==3.1.24
25
+ huggingface-hub==0.2.1
26
+ idna==3.3
27
+ importlib-metadata==4.10.0
28
+ importlib-resources==5.4.0
29
+ ipykernel==6.6.0
30
+ ipython==7.30.1
31
+ ipython-genutils==0.2.0
32
+ ipywidgets==7.6.5
33
+ jedi==0.18.1
34
+ Jinja2==3.0.3
35
+ joblib==1.1.0
36
+ jsonschema==4.3.2
37
+ jupyter-client==7.1.0
38
+ jupyter-core==4.9.1
39
+ jupyterlab-pygments==0.1.2
40
+ jupyterlab-widgets==1.0.2
41
+ MarkupSafe==2.0.1
42
+ matplotlib-inline==0.1.3
43
+ mistune==0.8.4
44
+ nbclient==0.5.9
45
+ nbconvert==6.3.0
46
+ nbformat==5.1.3
47
+ nest-asyncio==1.5.4
48
+ notebook==6.4.6
49
+ numpy==1.21.5
50
+ packaging==21.3
51
+ pandas==1.3.5
52
+ pandocfilters==1.5.0
53
+ parso==0.8.3
54
+ pexpect==4.8.0
55
+ pickleshare==0.7.5
56
+ Pillow==8.4.0
57
+ prometheus-client==0.12.0
58
+ prompt-toolkit==3.0.24
59
+ protobuf==3.19.1
60
+ ptyprocess==0.7.0
61
+ pyarrow==6.0.1
62
+ pycparser==2.21
63
+ pydeck==0.7.1
64
+ Pygments==2.10.0
65
+ Pympler==1.0.1
66
+ pyparsing==3.0.6
67
+ pyrsistent==0.18.0
68
+ python-dateutil==2.8.2
69
+ pytz==2021.3
70
+ pytz-deprecation-shim==0.1.0.post0
71
+ PyYAML==6.0
72
+ pyzmq==22.3.0
73
+ regex==2021.11.10
74
+ requests==2.26.0
75
+ sacremoses==0.0.46
76
+ Send2Trash==1.8.0
77
+ six==1.16.0
78
+ smmap==5.0.0
79
+ streamlit==1.3.1
80
+ terminado==0.12.1
81
+ testpath==0.5.0
82
+ tokenizers==0.10.3
83
+ toml==0.10.2
84
+ toolz==0.11.2
85
+ torch==1.10.1
86
+ torchaudio==0.10.1
87
+ torchvision==0.11.2
88
+ tornado==6.1
89
+ tqdm==4.62.3
90
+ traitlets==5.1.1
91
+ transformers==4.15.0
92
+ typing_extensions==4.0.1
93
+ tzdata==2021.5
94
+ tzlocal==4.1
95
+ urllib3==1.26.7
96
+ validators==0.18.2
97
+ wcwidth==0.2.5
98
+ webencodings==0.5.1
99
+ widgetsnbextension==3.5.2
100
+ zipp==3.6.0