Spaces:
Sleeping
Sleeping
Upgrade to gradio 5.x (fixes Spaces sandbox launch + hub compat)
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
|
@@ -3,9 +3,7 @@
|
|
| 3 |
braindecode @ git+https://github.com/braindecode/braindecode.git@master
|
| 4 |
torch>=2.0
|
| 5 |
torchinfo>=1.8
|
| 6 |
-
gradio=
|
| 7 |
docutils>=0.20
|
| 8 |
mne>=1.11
|
| 9 |
-
|
| 10 |
-
# removed in huggingface_hub 1.0.
|
| 11 |
-
huggingface_hub>=0.23,<1.0
|
|
|
|
| 3 |
braindecode @ git+https://github.com/braindecode/braindecode.git@master
|
| 4 |
torch>=2.0
|
| 5 |
torchinfo>=1.8
|
| 6 |
+
gradio>=5.0
|
| 7 |
docutils>=0.20
|
| 8 |
mne>=1.11
|
| 9 |
+
huggingface_hub>=0.23
|
|
|
|
|
|