Commit
·
bf7f3cb
1
Parent(s):
207bc67
Fix torch dependency to use CPU version
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
gradio==3.41.2
|
| 2 |
transformers==4.35.2
|
| 3 |
-
torch==2.0.1
|
| 4 |
git+https://github.com/openai/whisper.git
|
|
|
|
| 1 |
gradio==3.41.2
|
| 2 |
transformers==4.35.2
|
| 3 |
+
torch==2.0.1
|
| 4 |
git+https://github.com/openai/whisper.git
|