Spaces:
Runtime error
Runtime error
update gradio and huggingface-hub to the stable version
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
gradio==3.16.1
|
2 |
-
huggingface-hub
|
3 |
protobuf==3.19.6
|
4 |
torch==1.12.1
|
5 |
torchaudio==0.12.1
|
|
|
1 |
gradio==3.16.1
|
2 |
+
huggingface-hub==0.11.1
|
3 |
protobuf==3.19.6
|
4 |
torch==1.12.1
|
5 |
torchaudio==0.12.1
|