Spaces:
Sleeping
Sleeping
Relax typing_extensions for Pydantic compatibility
Browse filesCo-authored-by: Cursor <cursoragent@cursor.com>
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -4,7 +4,7 @@ gradio==4.44.1
|
|
| 4 |
fastapi<0.115.0
|
| 5 |
coqui-tts
|
| 6 |
transformers==4.33.0
|
| 7 |
-
typing_extensions=
|
| 8 |
torch
|
| 9 |
torchaudio
|
| 10 |
soundfile
|
|
|
|
| 4 |
fastapi<0.115.0
|
| 5 |
coqui-tts
|
| 6 |
transformers==4.33.0
|
| 7 |
+
typing_extensions>=4.6.1
|
| 8 |
torch
|
| 9 |
torchaudio
|
| 10 |
soundfile
|