HarshaSunny commited on
Commit
18065e6
·
verified ·
1 Parent(s): 3ae1921

Updated gradio

Browse files

The code was failing due to the incompatible version. Below is a thread which outlines the same error.
https://github.com/jhj0517/Whisper-WebUI/issues/258

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio==4.40.0
2
  openai==1.38.0
3
  python-dotenv==1.0.1
4
  pytest==8.3.2
 
1
+ gradio==4.43.0
2
  openai==1.38.0
3
  python-dotenv==1.0.1
4
  pytest==8.3.2