Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ dict_languages = {"English": "en",
|
|
| 25 |
"Hindi": "hi"}
|
| 26 |
|
| 27 |
@spaces.GPU
|
| 28 |
-
def process_transcript(
|
| 29 |
"""Process audio with selected Voxtral model and return the generated response"""
|
| 30 |
print("*** DANS PROCESS")
|
| 31 |
|
|
|
|
| 25 |
"Hindi": "hi"}
|
| 26 |
|
| 27 |
@spaces.GPU
|
| 28 |
+
def process_transcript(model, processor, language, audio_path):
|
| 29 |
"""Process audio with selected Voxtral model and return the generated response"""
|
| 30 |
print("*** DANS PROCESS")
|
| 31 |
|