Spaces:
Sleeping
Sleeping
oceansweep
commited on
Commit
•
d3568ab
1
Parent(s):
9952527
pyannote
Browse files- App_Function_Libraries/__pycache__/Article_Extractor_Lib.cpython-310.pyc +0 -0
- App_Function_Libraries/__pycache__/Article_Summarization_Lib.cpython-310.pyc +0 -0
- App_Function_Libraries/__pycache__/Audio_Transcription_Lib.cpython-310.pyc +0 -0
- App_Function_Libraries/__pycache__/Diarization_Lib.cpython-310.pyc +0 -0
- App_Function_Libraries/__pycache__/Gradio_Related.cpython-310.pyc +0 -0
- App_Function_Libraries/__pycache__/Local_Summarization_Lib.cpython-310.pyc +0 -0
- App_Function_Libraries/__pycache__/Summarization_General_Lib.cpython-310.pyc +0 -0
- App_Function_Libraries/__pycache__/Tokenization_Methods_Lib.cpython-310.pyc +0 -0
- App_Function_Libraries/__pycache__/Utils.cpython-310.pyc +0 -0
- App_Function_Libraries/__pycache__/Video_DL_Ingestion_Lib.cpython-310.pyc +0 -0
- requirements.txt +1 -0
App_Function_Libraries/__pycache__/Article_Extractor_Lib.cpython-310.pyc
ADDED
Binary file (2.88 kB). View file
|
|
App_Function_Libraries/__pycache__/Article_Summarization_Lib.cpython-310.pyc
ADDED
Binary file (6.95 kB). View file
|
|
App_Function_Libraries/__pycache__/Audio_Transcription_Lib.cpython-310.pyc
ADDED
Binary file (4.1 kB). View file
|
|
App_Function_Libraries/__pycache__/Diarization_Lib.cpython-310.pyc
ADDED
Binary file (4.63 kB). View file
|
|
App_Function_Libraries/__pycache__/Gradio_Related.cpython-310.pyc
ADDED
Binary file (63.8 kB). View file
|
|
App_Function_Libraries/__pycache__/Local_Summarization_Lib.cpython-310.pyc
ADDED
Binary file (11.7 kB). View file
|
|
App_Function_Libraries/__pycache__/Summarization_General_Lib.cpython-310.pyc
ADDED
Binary file (35.6 kB). View file
|
|
App_Function_Libraries/__pycache__/Tokenization_Methods_Lib.cpython-310.pyc
ADDED
Binary file (429 Bytes). View file
|
|
App_Function_Libraries/__pycache__/Utils.cpython-310.pyc
ADDED
Binary file (10.9 kB). View file
|
|
App_Function_Libraries/__pycache__/Video_DL_Ingestion_Lib.cpython-310.pyc
ADDED
Binary file (7.64 kB). View file
|
|
requirements.txt
CHANGED
@@ -73,6 +73,7 @@ pillow==10.3.0
|
|
73 |
playwright==1.44.0
|
74 |
protobuf==5.26.1
|
75 |
psutil==5.9.8
|
|
|
76 |
pycparser==2.22
|
77 |
pycryptodomex==3.20.0
|
78 |
pydantic==2.7.1
|
|
|
73 |
playwright==1.44.0
|
74 |
protobuf==5.26.1
|
75 |
psutil==5.9.8
|
76 |
+
pyannote.audio
|
77 |
pycparser==2.22
|
78 |
pycryptodomex==3.20.0
|
79 |
pydantic==2.7.1
|