Loren commited on
Commit
b8ccc65
·
verified ·
1 Parent(s): 76b3dff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ dict_languages = {"English": "en",
25
  "Hindi": "hi"}
26
 
27
  @spaces.GPU
28
- def process_transcript(language, audio_path, model, processor):
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