Update gradio and huggingface_hub versions
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
|
| 3 |
-
gradio=
|
| 4 |
-
huggingface_hub
|
| 5 |
pyyaml
|
| 6 |
pandas
|
| 7 |
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
|
| 3 |
+
gradio>=5.0.0
|
| 4 |
+
huggingface_hub>=0.21.0
|
| 5 |
pyyaml
|
| 6 |
pandas
|
| 7 |
|