Spaces:
Sleeping
Sleeping
Jose Martin Rangel Espinoza commited on
Commit ·
adf4d8b
1
Parent(s): 7cb8fd3
Add interview simulation app with TTS and STT functionality
Browse files- main.py → app.py +0 -0
- poetry.lock +1 -1
- pyproject.toml +2 -1
main.py → app.py
RENAMED
|
File without changes
|
poetry.lock
CHANGED
|
@@ -1793,4 +1793,4 @@ files = [
|
|
| 1793 |
[metadata]
|
| 1794 |
lock-version = "2.1"
|
| 1795 |
python-versions = ">=3.11"
|
| 1796 |
-
content-hash = "
|
|
|
|
| 1793 |
[metadata]
|
| 1794 |
lock-version = "2.1"
|
| 1795 |
python-versions = ">=3.11"
|
| 1796 |
+
content-hash = "c1f81fdb711b0a7b9d9c6ab8a109964efc0f9fcf2615eefdb653197d3bf67b1d"
|
pyproject.toml
CHANGED
|
@@ -12,7 +12,8 @@ dependencies = [
|
|
| 12 |
"openai (>=1.65.4,<2.0.0)",
|
| 13 |
"gtts (>=2.5.4,<3.0.0)",
|
| 14 |
"python-dotenv (>=1.0.1,<2.0.0)",
|
| 15 |
-
"setuptools (>=75.8.2,<76.0.0)"
|
|
|
|
| 16 |
]
|
| 17 |
|
| 18 |
|
|
|
|
| 12 |
"openai (>=1.65.4,<2.0.0)",
|
| 13 |
"gtts (>=2.5.4,<3.0.0)",
|
| 14 |
"python-dotenv (>=1.0.1,<2.0.0)",
|
| 15 |
+
"setuptools (>=75.8.2,<76.0.0)",
|
| 16 |
+
"huggingface-hub (>=0.29.2,<0.30.0)"
|
| 17 |
]
|
| 18 |
|
| 19 |
|