Edward Nagy commited on
Commit
6b2e4e2
1 Parent(s): 6ef8908

Set transformers version instead

Browse files
Files changed (2) hide show
  1. app.py +0 -3
  2. requirements.txt +1 -1
app.py CHANGED
@@ -4,9 +4,6 @@ import requests
4
  from moviepy.editor import *
5
  import os
6
 
7
- os.system("pip uninstall -y gradio")
8
- os.system("pip install gradio==4.8.0")
9
-
10
  pipe = pipeline(model="esnagy/whisper-small-hu")
11
 
12
 
 
4
  from moviepy.editor import *
5
  import os
6
 
 
 
 
7
  pipe = pipeline(model="esnagy/whisper-small-hu")
8
 
9
 
requirements.txt CHANGED
@@ -1,3 +1,3 @@
1
- transformers
2
  moviepy
3
  torch==2.1.0
 
1
+ transformers==4.35.2
2
  moviepy
3
  torch==2.1.0