bruAristimunha commited on
Commit
6ad0ad5
·
verified ·
1 Parent(s): 1e7e54b

Upgrade to gradio 5.x (fixes Spaces sandbox launch + hub compat)

Browse files
Files changed (1) hide show
  1. 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==4.44.0
7
  docutils>=0.20
8
  mne>=1.11
9
- # Pin huggingface_hub to <1.0: gradio 4.44 imports HfFolder, which was
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