tazztone commited on
Commit
141a12b
1 Parent(s): b6f76f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,4 +1,4 @@
1
- import spaces
2
  import torch
3
 
4
  import gradio as gr
@@ -24,7 +24,7 @@ pipe = pipeline(
24
  )
25
 
26
 
27
- @spaces.GPU
28
  def transcribe(inputs, task):
29
  if inputs is None:
30
  raise gr.Error("No audio file submitted! Please upload or record an audio file before submitting your request.")
 
1
+ #import spaces
2
  import torch
3
 
4
  import gradio as gr
 
24
  )
25
 
26
 
27
+ #spaces.GPU
28
  def transcribe(inputs, task):
29
  if inputs is None:
30
  raise gr.Error("No audio file submitted! Please upload or record an audio file before submitting your request.")