BlahBlah314 commited on
Commit
d43dbf4
·
verified ·
1 Parent(s): 115fa0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio as gr
2
  import numpy as np
 
3
 
4
  def process_transcribe(file):
5
  audio_nparray = file[1]
 
1
  import gradio as gr
2
  import numpy as np
3
+ import runpod
4
 
5
  def process_transcribe(file):
6
  audio_nparray = file[1]