Oranblock commited on
Commit
79c7aaf
1 Parent(s): 2519ea0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -3
requirements.txt CHANGED
@@ -1,3 +1,2 @@
1
- gradio # For the web interface
2
- transformers # For the speech-to-text model
3
- difflib # Used for string similarity comparison
 
1
+ gradio==4.44.0
2
+ transformers==4.44.2