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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -12,4 +12,5 @@ resampy
12
  torch
13
  torchaudio
14
  pydantic==2.10.6 # last version known to work with current Gradio/Starlette
15
- 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.24.6 # pin to keep HfFolder import available for Gradio
16
+ gradio==4.44.1 # stick to a stable 4.x series for now