Spaces:
Runtime error
Runtime error
Delete pyproject.toml
Browse files- pyproject.toml +0 -20
pyproject.toml
DELETED
|
@@ -1,20 +0,0 @@
|
|
| 1 |
-
[project]
|
| 2 |
-
name = "chinese-voice-chatgpt"
|
| 3 |
-
version = "0.1.0"
|
| 4 |
-
description = "Chinese voice prompt → ChatGPT response with English translation"
|
| 5 |
-
authors = [
|
| 6 |
-
{ name="Your Name", email="you@example.com" }
|
| 7 |
-
]
|
| 8 |
-
readme = "README.md"
|
| 9 |
-
requires-python = ">=3.10"
|
| 10 |
-
dependencies = [
|
| 11 |
-
"gradio>=3.38",
|
| 12 |
-
"openai>=1.0.0",
|
| 13 |
-
"whisper",
|
| 14 |
-
"torch>=1.12.0",
|
| 15 |
-
"numpy"
|
| 16 |
-
]
|
| 17 |
-
|
| 18 |
-
[build-system]
|
| 19 |
-
requires = ["setuptools", "wheel"]
|
| 20 |
-
build-backend = "setuptools.build_meta"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|