Delik commited on
Commit
907fe56
·
verified ·
1 Parent(s): fc03567

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ except Exception as e:
12
  print(f"Error initializing pipeline: {e}")
13
  pipeline = None
14
 
 
15
  def process_audio(audio):
16
  if pipeline is None:
17
  return "Error: Pipeline not initialized"
 
12
  print(f"Error initializing pipeline: {e}")
13
  pipeline = None
14
 
15
+ +@spaces.GPU
16
  def process_audio(audio):
17
  if pipeline is None:
18
  return "Error: Pipeline not initialized"