laubonghaudoi commited on
Commit
eee86cf
·
1 Parent(s): 5abf814

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -12,5 +12,5 @@ resampy
12
  torch
13
  torchaudio
14
  pydantic==2.10.6 # last version known to work with current Gradio/Starlette
15
- huggingface_hub==0.24.6 # pin to keep HfFolder import available for Gradio
16
  gradio==4.44.1 # stick to a stable 4.x series for now
 
12
  torch
13
  torchaudio
14
  pydantic==2.10.6 # last version known to work with current Gradio/Starlette
15
+ huggingface_hub==0.34.3 # older pin to provide HfFolder for Gradio 4.44.x
16
  gradio==4.44.1 # stick to a stable 4.x series for now