Spaces:
Paused
Paused
alan
commited on
Commit
·
509801b
1
Parent(s):
c5c2329
loosen constraints
Browse files- app.py +1 -1
- requirements.txt +1 -0
app.py
CHANGED
|
@@ -63,7 +63,7 @@ AVAILABLE_MODELS = {
|
|
| 63 |
|
| 64 |
SPACE_ID = os.getenv('SPACE_ID')
|
| 65 |
MAX_SAMPLE_TXT_LENGTH = 300
|
| 66 |
-
MIN_SAMPLE_TXT_LENGTH =
|
| 67 |
DB_DATASET_ID = os.getenv('DATASET_ID')
|
| 68 |
DB_NAME = "database.db"
|
| 69 |
|
|
|
|
| 63 |
|
| 64 |
SPACE_ID = os.getenv('SPACE_ID')
|
| 65 |
MAX_SAMPLE_TXT_LENGTH = 300
|
| 66 |
+
MIN_SAMPLE_TXT_LENGTH = 5
|
| 67 |
DB_DATASET_ID = os.getenv('DATASET_ID')
|
| 68 |
DB_NAME = "database.db"
|
| 69 |
|
requirements.txt
CHANGED
|
@@ -10,3 +10,4 @@ pydub
|
|
| 10 |
gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/[email protected]
|
| 11 |
google-cloud-texttospeech
|
| 12 |
openai
|
|
|
|
|
|
| 10 |
gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/[email protected]
|
| 11 |
google-cloud-texttospeech
|
| 12 |
openai
|
| 13 |
+
numpy==1.26.4
|