Loren commited on
Commit
8f57ebb
·
verified ·
1 Parent(s): 454244f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  {