Teery commited on
Commit
c8b1b4a
1 Parent(s): f54b46b

Upload 3 files

Browse files
Files changed (4) hide show
  1. .gitattributes +1 -0
  2. 2023-09-29 16.45.25.jpg +3 -0
  3. app.py +3 -1
  4. requirements.txt +5 -0
.gitattributes CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  lstm/vocab_to_int.txt filter=lfs diff=lfs merge=lfs -text
 
 
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  lstm/vocab_to_int.txt filter=lfs diff=lfs merge=lfs -text
37
+ 2023-09-29[[:space:]]16.45.25.jpg filter=lfs diff=lfs merge=lfs -text
2023-09-29 16.45.25.jpg ADDED

Git LFS Details

  • SHA256: d3175269581c78e70077fcaad2b158c0fa2b43b9769718571b24e8c99a4c7849
  • Pointer size: 132 Bytes
  • Size of remote file: 1.18 MB
app.py CHANGED
@@ -1,2 +1,4 @@
1
  import streamlit as st
2
- st.header('Ассаламу алейкум, братья славяне')
 
 
 
1
  import streamlit as st
2
+ st.header('BERT Team')
3
+ st.write('Мужик подкатывает к девушке у поликлиники')
4
+ st.image('2023-09-29 16.45.25.jpg')
requirements.txt CHANGED
@@ -19,6 +19,7 @@ huggingface-hub==0.17.3
19
  idna==3.4
20
  importlib-metadata==6.8.0
21
  Jinja2==3.1.2
 
22
  jsonschema==4.19.1
23
  jsonschema-specifications==2023.7.1
24
  markdown-it-py==3.0.0
@@ -28,6 +29,7 @@ mpmath==1.3.0
28
  multidict==6.0.4
29
  multiprocess==0.70.15
30
  networkx==3.1
 
31
  numpy==1.26.0
32
  packaging==23.1
33
  pandas==2.1.1
@@ -44,11 +46,14 @@ regex==2023.8.8
44
  requests==2.31.0
45
  rich==13.5.3
46
  rpds-py==0.10.3
 
 
47
  six==1.16.0
48
  smmap==5.0.1
49
  streamlit==1.27.0
50
  sympy==1.12
51
  tenacity==8.2.3
 
52
  tokenizers==0.13.3
53
  toml==0.10.2
54
  toolz==0.12.0
 
19
  idna==3.4
20
  importlib-metadata==6.8.0
21
  Jinja2==3.1.2
22
+ joblib==1.3.2
23
  jsonschema==4.19.1
24
  jsonschema-specifications==2023.7.1
25
  markdown-it-py==3.0.0
 
29
  multidict==6.0.4
30
  multiprocess==0.70.15
31
  networkx==3.1
32
+ nltk==3.8.1
33
  numpy==1.26.0
34
  packaging==23.1
35
  pandas==2.1.1
 
46
  requests==2.31.0
47
  rich==13.5.3
48
  rpds-py==0.10.3
49
+ scikit-learn==1.3.1
50
+ scipy==1.11.3
51
  six==1.16.0
52
  smmap==5.0.1
53
  streamlit==1.27.0
54
  sympy==1.12
55
  tenacity==8.2.3
56
+ threadpoolctl==3.2.0
57
  tokenizers==0.13.3
58
  toml==0.10.2
59
  toolz==0.12.0