Update requirements.txt
Browse filesNo need to specify gradio_client here
- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
soundfile
|
2 |
git+https://github.com/huggingface/transformers
|
3 |
torch
|
4 |
-
torchaudio
|
5 |
-
gradio_client>=0.2.9
|
|
|
1 |
soundfile
|
2 |
git+https://github.com/huggingface/transformers
|
3 |
torch
|
4 |
+
torchaudio
|
|