Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,6 +30,7 @@ def process_transcript(language: str, audio_path: str) -> str:
|
|
| 30 |
return decoded_outputs[0]
|
| 31 |
###
|
| 32 |
|
|
|
|
| 33 |
def process_translate(language: str, audio_path: str) -> str:
|
| 34 |
conversation = [
|
| 35 |
{
|
|
|
|
| 30 |
return decoded_outputs[0]
|
| 31 |
###
|
| 32 |
|
| 33 |
+
@spaces.GPU
|
| 34 |
def process_translate(language: str, audio_path: str) -> str:
|
| 35 |
conversation = [
|
| 36 |
{
|