nahue-passano commited on
Commit
c7a2ecc
2 Parent(s): e772028 fa240af

update: conflicts resolved in app.py

Browse files
Files changed (5) hide show
  1. README.md +6 -6
  2. app.py +1 -0
  3. models/large-v2.pt +3 -0
  4. models/medium.pt +3 -0
  5. setup.py +0 -1
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
- title: Timestamping Whisper
3
- emoji: 📉
4
- colorFrom: green
5
- colorTo: purple
6
  sdk: streamlit
7
  sdk_version: 1.21.0
8
  app_file: app.py
9
- pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: Timestamping with Whisper
3
+ emoji: ⏱️💬
4
+ colorFrom: yellow
5
+ colorTo: gray
6
  sdk: streamlit
7
  sdk_version: 1.21.0
8
  app_file: app.py
9
+ pinned: true
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
app.py CHANGED
@@ -119,3 +119,4 @@ def main_app():
119
 
120
  if __name__ == "__main__":
121
  main_app()
 
 
119
 
120
  if __name__ == "__main__":
121
  main_app()
122
+
models/large-v2.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81f7c96c852ee8fc832187b0132e569d6c3065a3252ed18e56effd0b6a73e524
3
+ size 3086999982
models/medium.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:345ae4da62f9b3d59415adc60127b97c714f32e89e936602e85993674d08dcb1
3
+ size 1528008539
setup.py CHANGED
@@ -1,5 +1,4 @@
1
  import os
2
-
3
  from setuptools import setup, find_packages
4
 
5
  install_requires = open(os.path.join(os.path.dirname(__file__), "requirements.txt")).readlines()
 
1
  import os
 
2
  from setuptools import setup, find_packages
3
 
4
  install_requires = open(os.path.join(os.path.dirname(__file__), "requirements.txt")).readlines()