BlahBlah314 commited on
Commit
158a5a4
·
verified ·
1 Parent(s): 8dba1c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ def greet(name):
4
  return "Hello " + name + "!!"
5
 
6
 
7
- def processChain_transcribe(file):
8
  return file
9
 
10
  with gr.Blocks() as iface:
 
4
  return "Hello " + name + "!!"
5
 
6
 
7
+ def process_transcribe(file):
8
  return file
9
 
10
  with gr.Blocks() as iface: