removed gpu decorator
Browse files- app.py +1 -1
- requirements.txt +2 -2
app.py
CHANGED
@@ -5,7 +5,7 @@ import torch
|
|
5 |
import spaces
|
6 |
import numpy as np
|
7 |
|
8 |
-
|
9 |
def transcribe_and_respond(audio_file):
|
10 |
try:
|
11 |
# Load audio
|
|
|
5 |
import spaces
|
6 |
import numpy as np
|
7 |
|
8 |
+
|
9 |
def transcribe_and_respond(audio_file):
|
10 |
try:
|
11 |
# Load audio
|
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
transformers==4.
|
2 |
peft==0.11.1
|
3 |
librosa==0.10.2
|
4 |
-
gradio==
|
5 |
huggingface_hub
|
6 |
torch
|
7 |
spaces
|
|
|
1 |
+
transformers==4.4.2
|
2 |
peft==0.11.1
|
3 |
librosa==0.10.2
|
4 |
+
gradio==4.44.1
|
5 |
huggingface_hub
|
6 |
torch
|
7 |
spaces
|