Update requirements.txt
Browse filesFixing bug determining the api name when a demo has api_name=False
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
soundfile
|
2 |
git+https://github.com/huggingface/transformers
|
3 |
torch
|
4 |
-
torchaudio
|
|
|
|
1 |
soundfile
|
2 |
git+https://github.com/huggingface/transformers
|
3 |
torch
|
4 |
+
torchaudio
|
5 |
+
gradio_client>=0.2.9
|