Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ from fpdf import FPDF
|
|
17 |
from PIL import Image
|
18 |
import time
|
19 |
import os
|
20 |
-
import spaces
|
21 |
|
22 |
warnings.filterwarnings("ignore")
|
23 |
|
@@ -38,7 +38,7 @@ def convert_to_wav(audio_file):
|
|
38 |
return wav_file
|
39 |
|
40 |
|
41 |
-
@spaces.GPU(queue=True)
|
42 |
|
43 |
def transcribe_audio(audio_file, batch_size=4):
|
44 |
start_time = time.time()
|
|
|
17 |
from PIL import Image
|
18 |
import time
|
19 |
import os
|
20 |
+
# import spaces
|
21 |
|
22 |
warnings.filterwarnings("ignore")
|
23 |
|
|
|
38 |
return wav_file
|
39 |
|
40 |
|
41 |
+
# @spaces.GPU(queue=True)
|
42 |
|
43 |
def transcribe_audio(audio_file, batch_size=4):
|
44 |
start_time = time.time()
|