Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def return_prediction_w2v2_mic(mic=None, device=device):
|
|
76 |
yield recap_result, download_path
|
77 |
|
78 |
|
79 |
-
@spaces.GPU(duration=
|
80 |
def return_prediction_w2v2_file(file=None, device=device):
|
81 |
if file is not None:
|
82 |
download_path = file.split(".")[0] + ".txt"
|
|
|
76 |
yield recap_result, download_path
|
77 |
|
78 |
|
79 |
+
@spaces.GPU(duration=30)
|
80 |
def return_prediction_w2v2_file(file=None, device=device):
|
81 |
if file is not None:
|
82 |
download_path = file.split(".")[0] + ".txt"
|