atereoyinn
commited on
Commit
•
6787f2a
1
Parent(s):
71e5cf4
added cudnn
Browse files- app.py +1 -1
- requirements.txt +3 -1
app.py
CHANGED
@@ -204,5 +204,5 @@ with demo:
|
|
204 |
outputs=gr.File(label="Download CSV")
|
205 |
)
|
206 |
|
207 |
-
demo.launch(
|
208 |
|
|
|
204 |
outputs=gr.File(label="Download CSV")
|
205 |
)
|
206 |
|
207 |
+
demo.launch()
|
208 |
|
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
gradio
|
2 |
transformers
|
3 |
-
torch
|
4 |
faster-whisper
|
5 |
pydantic
|
6 |
accelerate
|
7 |
bitsandbytes
|
|
|
|
|
|
|
8 |
|
|
|
1 |
gradio
|
2 |
transformers
|
|
|
3 |
faster-whisper
|
4 |
pydantic
|
5 |
accelerate
|
6 |
bitsandbytes
|
7 |
+
torch==1.13.1+cu113
|
8 |
+
torchvision==0.14.1+cu113
|
9 |
+
-f https://download.pytorch.org/whl/torch_stable.html
|
10 |
|