Oranblock commited on
Commit
91e5da7
1 Parent(s): 56a519a

Create requirements.txt

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