Delik commited on
Commit
108b343
1 Parent(s): 907fe56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ except Exception as e:
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"
 
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"